summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: decfe8c2d0eac7807b40cb450349cf846d0a1c0f (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
2006-12-04  Bruno JOFRET  <bruno.jofret@inria.fr>

	* Group functions:
	Group all same name functions, ignore type.
	* Inverse Cosinus [acos]:
	Done for Real and Complex type.
	* Inverse Hyperbolic Cosinus [acosh]:
	Done for Real and Complex type.
	* Inverse Sinus [asin]:
	Done for Real and Complex type.
	* Inverse Hyperbolic Sinus [asinh]:
	Done for Real and Complex type.
	* Inverse Tangeant [atan]:
	Done for Real and Complex type.

2006-11-30  Bruno JOFRET  <bruno.jofret@inria.fr>

	* Hyperbolic Cosinus [cosh]:
	Done for Real and Complex type.
	* Hyperboloc Sinus [sinh]:
	Done for Real and Complex type.
	* Hyperbolic Tangeant [tanh]:
	Done for Real and Complex type.
	* src:
	To put basic sources.
	* src/type:
	To put complex types.
	* src/type/doubleComplex.{ch}:
	Simple definition of complex as struct of double.

2006-11-29  Bruno JOFRET  <brunojofret@inria.fr>

	* Pythagore [pythag]:
	Done for Real Type.
	* LAPACK [dlamch]:
	Add dlamch.help to keep an eye on each option.
	* Icrease logarithm [log1p]:
	Done for Real Type.
	* Exponential [exp]:
	Done for Real and Complex Type.
	* ArcTangeante2 [atan2]:
	Done for Real Type.

2006-11-28  Bruno JOFRET  <bruno.jofret@inria.fr>

	* Logarithm [log]:
	Correction : Log for a negative Real call Log as complex.
	* Root [sqrt]:
	Done for Real and Complex.

2006-11-27  Bruno JOFRET  <bruno.jofret@inria.fr>

	* Number Sign [sign]:
	Done for Real Type.
	* Abslute Value [abs]:
	Done for Real Type.

2006-11-18  Bruno JOFRET  <bruno.jofret@inria.fr>

	* Tangeant [tan]:
	Done for Real and Complex Type.
	* Logarithm [log]:
	Done for Real and Complex Type.

2006-11-15  Bruno JOFRET  <bruno.jofret@inria.fr>

	* Cosinus [cos]:
	Done for Real and Complex Type.
	* Sinus [sin]:
	Done for Real and Complex Type.

2006-11-13  Bruno JOFRET  <bruno.jofret@inria.fr>

	* TrigonometricsDependeces.dot :
	First dependences...
	Evaluating all depences in order to find atomic calls.