summaryrefslogtreecommitdiff
path: root/TODO
blob: 4a0d8b28e0121bf6dbee727e871e2af58e5eb592 (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
##
##
##
## TODO
## Made by  Bruno JOFRET <bruno.jofret@inria.fr>
##
## Started on  Tue Nov 21 15:22:58 2006 jofret
## Last update Wed Feb  7 10:07:20 2007 jofret
##
## Copyright INRIA 2006
##

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