From 562ef053263cf7efccb6640c027b9d015956741e Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Fri, 11 Jul 2014 16:57:14 -0700 Subject: Implements some math functions for faster performance Changes cosh, exp, expm1, log, log10, sinh, cbrt, asin, acos, atan, tanh, log1p These functions are now implemnted in java to save the overhead of a jni call Change-Id: I4d3b70dd1693378af5b04cbbe0fecd95d97c1cff --- NOTICE | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'NOTICE') diff --git a/NOTICE b/NOTICE index 818f6c5..b2ff410 100644 --- a/NOTICE +++ b/NOTICE @@ -380,3 +380,14 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See W3C License http://www.w3.org/Consortium/Legal/ for more details. + + ========================================================================= + == NOTICE file for the fdlibm License. == + ========================================================================= + +Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunSoft, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. -- cgit v1.1