[
https://issues.apache.org/jira/browse/DRILL-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13993564#comment-13993564
]
Yash Sharma edited comment on DRILL-247 at 5/9/14 1:07 PM:
-----------------------------------------------------------
Updated reviewboard with new set of math functions:
rand, cbrt, exp, log(a), log(a,base), pi, degrees, radians.
https://reviews.apache.org/r/20482/
was (Author: [email protected]):
Updated reviewboard with new set of math functions:
rand, cbrt, exp, log(a), log(a,base), pi, degrees, radians
> Math Functions: rand, cbrt, exp, log(a), log(a,base), pi, degrees, radians
> --------------------------------------------------------------------------
>
> Key: DRILL-247
> URL: https://issues.apache.org/jira/browse/DRILL-247
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Yash Sharma
> Labels: patch
> Fix For: 1.0.0-rc1
>
> Attachments: DRILL-247.patch, DRILL-247.patch
>
>
> Improving the math functions collection with more functions:
> log(a): the natural logarithm (base e) of an expression
> log10(a): base 10 logarithm
> sqrt(a): square root
> cbrt(a): cube root
> rand(): returns random number from 0-1.
> round(a)
> exp(a): exponential e^a
> e(): returns value of e
> pi(): returns value of pi
> pow(a, p): returns a^p
--
This message was sent by Atlassian JIRA
(v6.2#6252)