diff options
author | jofret | 2008-05-14 15:37:31 +0000 |
---|---|---|
committer | jofret | 2008-05-14 15:37:31 +0000 |
commit | af02cd4fdb03be2709cfbb56fd0ef80f030bce0b (patch) | |
tree | 96ac89439c74e6382648481b495f87bfcf556dc6 | |
parent | 40729e999dcd8b0c8b4823b8381de0ec0006c9d8 (diff) | |
download | scilab2c-af02cd4fdb03be2709cfbb56fd0ef80f030bce0b.tar.gz scilab2c-af02cd4fdb03be2709cfbb56fd0ef80f030bce0b.tar.bz2 scilab2c-af02cd4fdb03be2709cfbb56fd0ef80f030bce0b.zip |
README : Start among users limitations.
TODO : Released functions.
-rw-r--r-- | README | 9 | ||||
-rw-r--r-- | TODO | 33 |
2 files changed, 18 insertions, 24 deletions
@@ -64,7 +64,10 @@ precision : - 'z' : Complex double precision (double) /* -** Auxiliary Functions +** Transtyping functions +** FIXME : Add it into the users limitations. */ -- sign(x) : - Return 1 if x >= 0, Return -1 else.
\ No newline at end of file + +- acosh(x) : Real input. + Return a Real value if x E ] 1 ; +inf [. + Return a Complex value if x E ] -inf ; 1 ].
\ No newline at end of file @@ -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 |