Révision 203 pobysoPythonSage/src/sageSLZ/runSLZ-01.sage

runSLZ-01.sage (revision 203)
27 27
icUlp               = intervalCenter.ulp()
28 28
intervalRadiusInUlp = 2^49 + 2^45          
29 29
srs_run_SLZ_v01(inputFunction=func, 
30
                inputLowerBound = RRR(1) * 2^-31, 
31
                inputUpperBound = RRR(1) * 2^-30 - icUlp, 
32
                alpha           = 2, 
33
                degree          = 2, 
34
                precision       = 53, 
35
                emin            = -1022, 
36
                emax            = 1023, 
37
                targetHardnessToRound =  precision+50, 
38
                debug           = True)
39
#
40
"""
41
srs_run_SLZ_v01(inputFunction=func, 
30 42
                inputLowerBound = intervalCenter - icUlp * intervalRadiusInUlp, 
31 43
                inputUpperBound = intervalCenter + icUlp * intervalRadiusInUlp, 
32 44
                alpha           = 2, 
......
36 48
                emax            = 1023, 
37 49
                targetHardnessToRound =  precision+50, 
38 50
                debug           = True)
39
#
40 51
"""
52
"""
41 53
srs_run_SLZ_v01(inputFunction=func, 
42 54
                inputLowerBound = 402653184/1073741824, 
43 55
                inputUpperBound = 402653185/1073741824, 

Formats disponibles : Unified diff