From f02b59597e8ac973d47bed96ca8c0fe9ae058f8a Mon Sep 17 00:00:00 2001 From: jofret Date: Mon, 4 Dec 2006 15:55:34 +0000 Subject: atan atanh fed up with trigonometrics stuff --- TODO | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index ec45b344..d457e06c 100644 --- a/TODO +++ b/TODO @@ -5,7 +5,7 @@ ## Made by Bruno JOFRET ## ## Started on Tue Nov 21 15:22:58 2006 jofret -## Last update Mon Dec 4 14:57:38 2006 jofret +## Last update Mon Dec 4 16:55:06 2006 jofret ## ## Copyright INRIA 2006 ## @@ -17,11 +17,13 @@ BJ - Evaluated and drawn - have to be implemented in 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] @@ -34,8 +36,7 @@ BJ - Evaluated and drawn - have to be implemented in C : BJ - Evaluate and draw a graph of function dependences. - + atanh : Fixme R & C - + atan : Fixme R & C + + ... BJ - Find a way to code complex type taking care of double/float precision. -- cgit