diff options
author | jofret | 2006-11-29 16:37:10 +0000 |
---|---|---|
committer | jofret | 2006-11-29 16:37:10 +0000 |
commit | 5a346530e985052ebcea22b943c2b297219645e8 (patch) | |
tree | eb74534f1da95e25715d0432f178afaa617bf088 /TODO | |
parent | 4a8740c5c245e9cfaf3fa6dbba678bb6be0565fd (diff) | |
download | scilab2c-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-- | TODO | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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 |