File: t_SpecFunc_std.expout

package info (click to toggle)
openturns 1.24-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 66,204 kB
  • sloc: cpp: 256,662; python: 63,381; ansic: 4,414; javascript: 406; sh: 180; xml: 164; yacc: 123; makefile: 98; lex: 55
file content (52 lines) | stat: -rw-r--r-- 1,001 bytes parent folder | download | duplicates (2)
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
x= 1 log2= 0
x= 2 log2= 1
x= 4 log2= 2
x= 8 log2= 3
x= 16 log2= 4
x= 32 log2= 5
x= 64 log2= 6
x= 128 log2= 7
x= 256 log2= 8
x= 512 log2= 9
x= 0 bits= 0
x= 1 bits= 1
x= 3 bits= 2
x= 7 bits= 3
x= 15 bits= 4
x= 31 bits= 5
x= 63 bits= 6
x= 127 bits= 7
x= 255 bits= 8
x= 511 bits= 9
x= 0 nextpow2= 1
x= 1 nextpow2= 1
x= 2 nextpow2= 2
x= 3 nextpow2= 4
x= 4 nextpow2= 4
x= 10 nextpow2= 16
x= 100 nextpow2= 128
x= 1000 nextpow2= 1024
x= -2.0 n= 0 ipow= 1.0
x= -2.0 n= 1 ipow= -2.0
x= -2.0 n= 2 ipow= 4.0
x= -1.0 n= 0 ipow= 1.0
x= -1.0 n= 1 ipow= -1.0
x= -1.0 n= 2 ipow= 1.0
x= 0.0 n= 0 ipow= 1.0
x= 0.0 n= 1 ipow= 0.0
x= 0.0 n= 2 ipow= 0.0
x= 1.0 n= 0 ipow= 1.0
x= 1.0 n= 1 ipow= 1.0
x= 1.0 n= 2 ipow= 1.0
x= 2.0 n= 0 ipow= 1.0
x= 2.0 n= 1 ipow= 2.0
x= 2.0 n= 2 ipow= 4.0
x= -4.0 n= 1 iroot= -4.0
x= 4.0 n= 1 iroot= 4.0
x= 4.0 n= 2 iroot= 2.0
x= 9.0 n= 1 iroot= 9.0
x= 9.0 n= 2 iroot= 3.0
ibeta(2.0, 0.0, 0.95)= 0.0
ibeta(0.0, 1.0, 0.95)= 1.0
ibeta(2.0, 0.0, 0.95, tail)= 1.0
ibeta(0.0, 1.0, 0.95, tail)= 0.0