You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Robert Hou (JIRA)" <ji...@apache.org> on 2018/05/08 22:46:00 UTC

[jira] [Updated] (DRILL-6393) Radians should take an argument (x)

     [ https://issues.apache.org/jira/browse/DRILL-6393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Hou updated DRILL-6393:
------------------------------
    Description: 
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.
{noformat}
It should be:
{noformat}
RADIANS(x)	FLOAT8	Converts x degrees to radians.
{noformat}

Also, degress is mis-spelled.  It should be degrees.

  was:
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.


> 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
>            Priority: Major
>             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.
> {noformat}
> 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)