diff options
author | jofret | 2006-11-29 16:39:38 +0000 |
---|---|---|
committer | jofret | 2006-11-29 16:39:38 +0000 |
commit | 4d2493acb9b23be9e17239ec494573bbf69e5cb1 (patch) | |
tree | 19bd6d473669127da070858552eefe6da46bc0df | |
parent | 5a346530e985052ebcea22b943c2b297219645e8 (diff) | |
download | scilab2c-4d2493acb9b23be9e17239ec494573bbf69e5cb1.tar.gz scilab2c-4d2493acb9b23be9e17239ec494573bbf69e5cb1.tar.bz2 scilab2c-4d2493acb9b23be9e17239ec494573bbf69e5cb1.zip |
Even other tihnks to do...
-rw-r--r-- | TODO | 9 |
1 files changed, 7 insertions, 2 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 17:34:49 2006 jofret +## Last update Wed Nov 29 17:40:04 2006 jofret ## ## Copyright INRIA 2006 ## @@ -35,4 +35,9 @@ 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' - Added help file for dlamch use...
\ No newline at end of file + Added help file for dlamch use... + +BJ - Start coding C basic functions with libmath link. + +BJ - Bench for precision between F77 and C Math lib. + For example : atan2 / log1p
\ No newline at end of file |