blob: 7a7c6d5c7002d3105956df8222a0832379f1314f (
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 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 - Bench Encapsulation vs. Direct function call
BJ - Enlarge tests.
|