You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/12/08 13:44:37 UTC

[jira] [Resolved] (TAJO-396) Implement sqrt function

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

Hyunsik Choi resolved TAJO-396.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.8-incubating

committed the patch to master.

> Implement sqrt function
> -----------------------
>
>                 Key: TAJO-396
>                 URL: https://issues.apache.org/jira/browse/TAJO-396
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: operator/function/udf
>            Reporter: DaeMyung Kang
>            Assignee: DaeMyung Kang
>            Priority: Minor
>             Fix For: 0.8-incubating
>
>         Attachments: TAJO-396.patch
>
>
> FLOAT8 sqrt(FLOAT8)
> sqrt(27.0) ====> 5.196152422706632
> sqrt(64.0) ====> 8.0
> sqrt(8.0) ====> 2.8284271247461903



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