summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorjofret2008-05-14 15:37:31 +0000
committerjofret2008-05-14 15:37:31 +0000
commitaf02cd4fdb03be2709cfbb56fd0ef80f030bce0b (patch)
tree96ac89439c74e6382648481b495f87bfcf556dc6 /TODO
parent40729e999dcd8b0c8b4823b8381de0ec0006c9d8 (diff)
downloadscilab2c-af02cd4fdb03be2709cfbb56fd0ef80f030bce0b.tar.gz
scilab2c-af02cd4fdb03be2709cfbb56fd0ef80f030bce0b.tar.bz2
scilab2c-af02cd4fdb03be2709cfbb56fd0ef80f030bce0b.zip
README : Start among users limitations.
TODO : Released functions.
Diffstat (limited to 'TODO')
-rw-r--r--TODO33
1 files changed, 12 insertions, 21 deletions
diff --git a/TODO b/TODO
index 06e0c2d7..92ef89c6 100644
--- a/TODO
+++ b/TODO
@@ -1,38 +1,29 @@
##
+## Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+## Copyright (C) 2006-2008 - INRIA - Bruno JOFRET
##
+## This file must be used under the terms of the CeCILL.
+## This source file is licensed as described in the file COPYING, which
+## you should have received as part of this distribution. The terms
+## are also available at
+## http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
##
-## TODO
-## Made by Bruno JOFRET <bruno.jofret@inria.fr>
-##
-## Started on Tue Nov 21 15:22:58 2006 jofret
-## Last update Wed Feb 14 17:39:41 2007 jofret
-##
-## Copyright INRIA 2006
##
-RN - Define for all the future the C Complex Structure.
-BJ
-
RN - Clearly specify what the "find" function may return
BJ Position in array AND/OR Value.
BJ - Bench Cosh Vs . Cosh explicit formula.
-BJ - Evaluated and drawn - have to be implemented in C :
- + sign : [done R]
- + abs : [done R]
- + pythag: [done R]
- + Log1p : [done R]
- + atan2 : [done R]
-
-
-BJ - Listing of atomic call and library dependences.
-
BJ - Bench for precision between F77 and C Math lib.
For example : atan2 / log1p
+BJ - 'atan2' is not available in Scilab...
+
BJ - Bench Encapsulation vs. Direct function call
BJ - Enlarge tests.
-BJ - Finish migration to autotools \ No newline at end of file
+BJ - Released functions :
+ + acos : [done R and C]
+ + acosh : [done R and C] \ No newline at end of file