File: tdecompose_libraryfunction_with_data.reference

package info (click to toggle)
sollya 8.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,592 kB
  • sloc: ansic: 124,655; yacc: 7,543; lex: 2,440; makefile: 888; cpp: 77
file content (33 lines) | stat: -rw-r--r-- 1,468 bytes parent folder | download | duplicates (4)
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
superfunc(sin(_x_^2)^2 / 3) (expecting: superfunc)
>>>>Hello world<<<<>>>>0<<<<
-1.6559182168023571790627102018333971500396728515625 (expecting: approximate value of log(sin(4)^2 * 1/3))
Decomposition of superfunc(sin(_x_^2)^2 / 3) succeeded
h = sin(_x_^2)^2 / 3
derivation order = 0
The function pointer is okay
The data pointer is okay
The deallocation function pointer is okay
(diff(superfunc))(sin(_x_)) * cos(_x_) (expecting: (diff(superfunc))(sin(_x_)) * cos(_x_))
diff(superfunc) (expecting: diff(superfunc))
>>>>Hello world<<<<>>>>1<<<<
0.25 (expecting: approximate value of 1/4)
Decomposition of diff(superfunc) succeeded
h = _x_
derivation order = 1
The function pointer is okay
The data pointer is okay
The deallocation function pointer is okay
sin(exp(_x_)) + 3 (expecting: sin(exp(_x_)) + 3
Could not decompose sin(exp(_x_)) + 3
superfunc2(sin(_x_^2)^2 / 3) (expecting: superfunc2(sin(_x_^2)^2 / 3))
-1.6559182168023571790627102018333971500396728515625 (expecting: approximate value of log(sin(4)^2 * 1/3))
Could not decompose superfunc2(sin(_x_^2)^2 / 3)
superfunc(sin(_x_^2)^2 / 3) (expecting: superfunc3(sin(_x_^2)^2 / 3))
>>>>Hello world<<<<>>>>2<<<<
-1.6559182168023571790627102018333971500396728515625 (expecting: approximate value of log(sin(4)^2 * 1/3))
Decomposition of superfunc(sin(_x_^2)^2 / 3) succeeded
h = sin(_x_^2)^2 / 3
derivation order = 0
The function pointer is okay
The data pointer is okay
The deallocation function pointer is okay