summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorjofret2006-11-29 16:37:10 +0000
committerjofret2006-11-29 16:37:10 +0000
commit5a346530e985052ebcea22b943c2b297219645e8 (patch)
treeeb74534f1da95e25715d0432f178afaa617bf088 /TODO
parent4a8740c5c245e9cfaf3fa6dbba678bb6be0565fd (diff)
downloadscilab2c-5a346530e985052ebcea22b943c2b297219645e8.tar.gz
scilab2c-5a346530e985052ebcea22b943c2b297219645e8.tar.bz2
scilab2c-5a346530e985052ebcea22b943c2b297219645e8.zip
Atan2 is only a hidden C call...
That's all for today
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 7 insertions, 5 deletions
diff --git a/TODO b/TODO
index 84c368b8..b83a623e 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,7 @@
## Made by Bruno JOFRET <bruno.jofret@inria.fr>
##
## Started on Tue Nov 21 15:22:58 2006 jofret
-## Last update Wed Nov 29 11:57:47 2006 jofret
+## Last update Wed Nov 29 17:34:49 2006 jofret
##
## Copyright INRIA 2006
##
@@ -20,17 +20,19 @@ BJ - Evaluated and drawn :
+ abs : [done R]
+ sqrt : [done R & C]
+ pythag: [done R]
+ + Log1p : [done R]
+ + exp : [done R & C]
+ + atan2 : [done R]
+
BJ - Evaluate and draw a graph of function dependences.
+ ch : Fixme (R & C)
+ sh : Fixme (R & C)
+ tanh : Fixme (R & C)
- + atan2 : Fixme (R)
- + exp : Fixme (R & C)
- + Logp1 : Fixme (R)
BJ - Find a way to code complex type taking care of double/float precision.
BJ - Listing of atomic call and library dependences.
-BJ - Explore dlamch uses 'e' 'u' 'o' ??? \ No newline at end of file
+BJ - Explore dlamch uses 'e' 'u' 'o'
+ Added help file for dlamch use... \ No newline at end of file