You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "JaeHwa Jung (JIRA)" <ji...@apache.org> on 2013/12/04 07:17:36 UTC

[jira] [Resolved] (TAJO-339) Implement sin( x ) - returns the sine of x (x is in radians)

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

JaeHwa Jung resolved TAJO-339.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.8-incubating

> Implement sin( x ) - returns the sine of x (x is in radians)
> ------------------------------------------------------------
>
>                 Key: TAJO-339
>                 URL: https://issues.apache.org/jira/browse/TAJO-339
>             Project: Tajo
>          Issue Type: Improvement
>          Components: operator/function/udf
>            Reporter: Jae Young Lee
>            Assignee: Jae Young Lee
>            Priority: Minor
>             Fix For: 0.8-incubating
>
>         Attachments: TAJO-339.patch
>
>
> sin function returns the sine of x (x is in radians)
> {code}
> double sin(double x)
> {code}
> Only double type implementation is OK, or INT also needs?



--
This message was sent by Atlassian JIRA
(v6.1#6144)