[
https://issues.apache.org/jira/browse/DERBY-6447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13866671#comment-13866671
]
ASF subversion and git services commented on DERBY-6447:
--------------------------------------------------------
Commit 1556810 from [~knutanders] in branch 'code/trunk'
[ https://svn.apache.org/r1556810 ]
DERBY-6447: Use StrictMath for more functions in SYSFUN
Make LOG10, COSH, SINH and TANH use the corresponding methods in
java.lang.StrictMath instead of custom implementations.
> Use StrictMath for more functions in SYSFUN
> -------------------------------------------
>
> Key: DERBY-6447
> URL: https://issues.apache.org/jira/browse/DERBY-6447
> Project: Derby
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 10.11.0.0
> Reporter: Knut Anders Hatlen
> Assignee: Knut Anders Hatlen
> Priority: Minor
> Attachments: d6447-1a.diff
>
>
> Most of the functions in the SYSFUN schema use methods in
> java.lang.StrictMath directly. A few of them use methods in SystemProcedures
> instead. Java 1.5 added more methods to StrictMath, so it is now possible to
> make more of the functions use StrictMath and drop the implementation in
> SystemProcedures:
> - LOG10 could use StrictMath.log10()
> - COSH could use StrictMath.cosh()
> - SINH could use StrictMath.sinh()
> - TANH could use StrictMath.tanh()
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)