blob: c598eefba4b2685df13f0727d982ff895a5c6fbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
##
##
##
## TODO
## Made by Bruno JOFRET <bruno.jofret@inria.fr>
##
## Started on Tue Nov 21 15:22:58 2006 jofret
## Last update Wed Nov 22 17:15:00 2006 jofret
##
## Copyright INRIA 2006
##
BJ - Evaluate and draw a graph of function dependences.
+ cos : [done R & C]
+ sin : [done R & C]
+ tan : [done R & C]
+ sqrt : Working...
+ log : Working...
+ exp
BJ - Find a way to code complex type taking care of double/float precision.
BJ - Listing of atomic call and library dependences.
|