blob: 2782c2aefebe669a32195e7e072b65b80853e9f4 (
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
|
##
##
##
## TODO
## Made by Bruno JOFRET <bruno.jofret@inria.fr>
##
## Started on Tue Nov 21 15:22:58 2006 jofret
## Last update Mon Nov 27 12:19:53 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]
BJ - Evaluate and draw a graph of function dependences.
+ sqrt : Working...
+ ch : Fixme (R)
+ sh : Fixme (R)
+ atan2 : Fixme (R)
+ exp : Fixme (R & C)
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' ???
|