Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.13.0
Description
The radians function is missing an argument on this webpage:
https://drill.apache.org/docs/math-and-trig/
The table has this information:
RADIANS FLOAT8 Converts x degress to radians.
It should be:
RADIANS(x) FLOAT8 Converts x degrees to radians.
Also, degress is mis-spelled. It should be degrees.