Robert Hou created DRILL-6393:
---------------------------------
Summary: Radians should take an argument (x)
Key: DRILL-6393
URL: https://issues.apache.org/jira/browse/DRILL-6393
Project: Apache Drill
Issue Type: Bug
Components: Documentation
Affects Versions: 1.13.0
Reporter: Robert Hou
Assignee: Bridget Bevens
Fix For: 1.14.0
The radians function is missing an argument on this webpage:
https://drill.apache.org/docs/math-and-trig/
The table has this information:
{noformat}
RADIANS FLOAT8 Converts x degress to radians.
{nformat}
It should be:
{noformat}
RADIANS(x) FLOAT8 Converts x degrees to radians.
{noformat}
Also, degress is mis-spelled. It should be degrees.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)