blob: 8fa20771ff6cc55e870614129ede7c8bf1cbac5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
##
##
##
## TODO
## Made by Bruno JOFRET <bruno.jofret@inria.fr>
##
## Started on Tue Nov 21 15:22:58 2006 jofret
## Last update Tue Nov 28 18:03:35 2006 jofret
##
## Copyright INRIA 2006
##
BJ - Evaluated and draw :
+ cos : [done R & C]
+ sin : [done R & C]
+ tan : [done R & C]
+ log : [done R & C]
+ sign : [done R]
+ abs : [done R]
+ sqrt : [done R & C]
BJ - Evaluate and draw a graph of function dependences.
+ ch : Fixme (R & C)
+ sh : Fixme (R & C)
+ tanh : Fixme (R & C)
+ atan2 : Fixme (R)
+ exp : Fixme (R & C)
+ pythag: Fixme (R)
+ Logp1 : Fixme (R)
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' ???
|