summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorjofret2007-02-08 12:31:18 +0000
committerjofret2007-02-08 12:31:18 +0000
commitb9d6a3e4dbca5e66931c803174ec8541e6676bc6 (patch)
tree6b6388c98118b3550c9e70fc11431b974aee65f8 /TODO
parentd692e4aaca712215f732e81ff4f494afc06da5c4 (diff)
downloadscilab2c-b9d6a3e4dbca5e66931c803174ec8541e6676bc6.tar.gz
scilab2c-b9d6a3e4dbca5e66931c803174ec8541e6676bc6.tar.bz2
scilab2c-b9d6a3e4dbca5e66931c803174ec8541e6676bc6.zip
Modify Compiling process...
Diffstat (limited to 'TODO')
-rw-r--r--TODO37
1 files changed, 5 insertions, 32 deletions
diff --git a/TODO b/TODO
index 1978571c..4a0d8b28 100644
--- a/TODO
+++ b/TODO
@@ -5,29 +5,14 @@
## Made by Bruno JOFRET <bruno.jofret@inria.fr>
##
## Started on Tue Nov 21 15:22:58 2006 jofret
-## Last update Mon Jan 29 17:38:13 2007 jofret
+## Last update Wed Feb 7 10:07:20 2007 jofret
##
## Copyright INRIA 2006
##
+BJ - Bench Cosh Vs . Cosh explicit formula.
BJ - Evaluated and drawn - have to be implemented in C :
- + cos : [done R & C]
- + acos : [done R & C]
- + sin : [done R & C]
- + asin : [done R & C]
- + tan : [done R & C]
- + atan : [done R & C]
- + ch : [done R & C]
- + acosh : [done R & C]
- + sh : [done R & C]
- + asinh : [done R & C]
- + tanh : [done R & C]
- + atanh : [done R & C]
- + log : [done R & C]
- + exp : [done R & C]
- + sqrt : [done R & C]
-
+ sign : [done R]
+ abs : [done R]
+ pythag: [done R]
@@ -35,21 +20,9 @@ BJ - Evaluated and drawn - have to be implemented in C :
+ atan2 : [done R]
-BJ - Evaluate and draw a graph of function dependences.
- + ...
-
-
-BJ - Find a way to code complex type taking care of double/float precision.
- + C struct ?? Did it this way but easy to change.
- + double[2] // float[2] ??
- + Standard C99 ??
-
BJ - Listing of atomic call and library dependences.
-BJ - Explore dlamch uses 'e' 'u' 'o'
- 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
+ For example : atan2 / log1p
+
+BJ - Bench Encapsulation vs. Direct function call \ No newline at end of file