summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjofret2009-02-26 14:20:21 +0000
committerjofret2009-02-26 14:20:21 +0000
commit3fc57bde3d9d42be8a8be303aa00fbbae187d3a6 (patch)
treea64d691b18f2e19465b5946c49ee4d4e4b138ac9
parent42f60f36b48f2c12d98d3828a99dceb00f19f351 (diff)
downloadscilab2c-3fc57bde3d9d42be8a8be303aa00fbbae187d3a6.tar.gz
scilab2c-3fc57bde3d9d42be8a8be303aa00fbbae187d3a6.tar.bz2
scilab2c-3fc57bde3d9d42be8a8be303aa00fbbae187d3a6.zip
Merge with Arnaud
-rw-r--r--scilab2c/TODO26
1 files changed, 23 insertions, 3 deletions
diff --git a/scilab2c/TODO b/scilab2c/TODO
index e3a2abaf..a8ac88b1 100644
--- a/scilab2c/TODO
+++ b/scilab2c/TODO
@@ -13,7 +13,8 @@
RN - Clearly specify what the "find" function may return
BJ Position in array AND/OR Value.
-BJ - Bench Cosh Vs . Cosh explicit formula.
+BJ - Bench cosh Vs cosh explicit formula.
+ Bench asinh Vs asinh explicit formula.
BJ - Bench for precision between F77 and C Math lib.
For example : atan2 / log1p
@@ -27,11 +28,30 @@ BJ - Enlarge tests.
BJ - Released functions :
+ acos : [done R and C]
+ acosh : [done R and C]
-
+ + asin : [done R and C]
+ + asinh : [done R and C]
+ + atan : [done R and C]
+ + cos : [done R and C]
+ + exp10 : !! FIXME !!
+ + log : [done R and C] --> Need Testing
+ + log10 : [done R and C] --> Need Testing
+ + log1p :
+ + sin : [done R and C]
+ + sinh : [done R and C]
+ + sqrt : [done R and C] --> Need Testing
+
+ .
+ / \ !! WARNING !!
+ / ! \ !! WARNING !!
+'-----'
+
+** ATAN has some diff with Scilab.
+** EXP10 Does not exists in Scilab. See HAT
+
AT - Convol with 3 input arguments
AT - FFT and IFFT with 3 input arguments
-
+
AT - Functions max and min might not have all prototypes they could have in the INIT file.
AT - FFT and IFFT : need to change Output type