Quantum 3
3.0.11
Holds FP constants in raw (long) form. More...
Static Public Attributes | |
| const long | _0 = 0 |
| FP constant representing the number 0. More... | |
| const long | _0_01 = 655 |
| FP constant representing the number 0.01. More... | |
| const long | _0_02 = 1311 |
| FP constant representing the number 0.02. More... | |
| const long | _0_03 = 1966 |
| FP constant representing the number 0.03. More... | |
| const long | _0_04 = 2621 |
| FP constant representing the number 0.04. More... | |
| const long | _0_05 = 3277 |
| FP constant representing the number 0.05. More... | |
| const long | _0_10 = 6554 |
| FP constant representing the number 0.10. More... | |
| const long | _0_20 = 13107 |
| FP constant representing the number 0.20. More... | |
| const long | _0_25 = 16384 |
| FP constant representing the number 0.25. More... | |
| const long | _0_33 = 21845 |
| FP constant representing the number 0.33. More... | |
| const long | _0_50 = 32768 |
| FP constant representing the number 0.50. More... | |
| const long | _0_75 = 49152 |
| FP constant representing the number 0.75. More... | |
| const long | _0_99 = 64881 |
| FP constant representing the number 0.99. More... | |
| const long | _1 = 65536 |
| FP constant representing the number 1. More... | |
| const long | _10 = 655360 |
| FP constant representing the number 10. More... | |
| const long | _100 = 6553600 |
| FP constant representing the number 100. More... | |
| const long | _1000 = 65536000 |
| FP constant representing the number 1000. More... | |
| const long | _10000 = 655360000 |
| FP constant representing the number 10000. More... | |
| const long | _180 = 11796480 |
| FP constant representing the number 180. More... | |
| const long | _1_01 = 66191 |
| FP constant representing the number 1.01. More... | |
| const long | _1_02 = 66847 |
| FP constant representing the number 1.02. More... | |
| const long | _1_03 = 67502 |
| FP constant representing the number 1.03. More... | |
| const long | _1_04 = 68157 |
| FP constant representing the number 1.04. More... | |
| const long | _1_05 = 68813 |
| FP constant representing the number 1.05. More... | |
| const long | _1_10 = 72090 |
| FP constant representing the number 1.10. More... | |
| const long | _1_20 = 78643 |
| FP constant representing the number 1.20. More... | |
| const long | _1_25 = 81920 |
| FP constant representing the number 1.25. More... | |
| const long | _1_33 = 87381 |
| FP constant representing the number 1.33. More... | |
| const long | _1_50 = 98304 |
| FP constant representing the number 1.50. More... | |
| const long | _1_75 = 114688 |
| FP constant representing the number 1.75. More... | |
| const long | _1_99 = 130417 |
| FP constant representing the number 1.99. More... | |
| const long | _2 = 131072 |
| FP constant representing the number 2. More... | |
| const long | _200 = 13107200 |
| FP constant representing the number 200. More... | |
| const long | _3 = 196608 |
| FP constant representing the number 3. More... | |
| const long | _360 = 23592960 |
| FP constant representing the number 360. More... | |
| const long | _4 = 262144 |
| FP constant representing the number 4. More... | |
| const long | _5 = 327680 |
| FP constant representing the number 5. More... | |
| const long | _6 = 393216 |
| FP constant representing the number 6. More... | |
| const long | _7 = 458752 |
| FP constant representing the number 7. More... | |
| const long | _8 = 524288 |
| FP constant representing the number 8. More... | |
| const long | _9 = 589824 |
| FP constant representing the number 9. More... | |
| const long | _99 = 6488064 |
| FP constant representing the number 99. More... | |
| const long | Deg2Rad = 1144 |
| Degrees-to-radians conversion constant. More... | |
| const long | E = 178145 |
| FP constant representing the Euler Number constant. More... | |
| const long | EN1 = 6554 |
| FP constant representing the epsilon value EN1. More... | |
| const long | EN2 = 655 |
| FP constant representing the epsilon value EN2. More... | |
| const long | EN3 = 66 |
| FP constant representing the epsilon value EN3. More... | |
| const long | EN4 = 7 |
| FP constant representing the epsilon value EN4. More... | |
| const long | EN5 = 1 |
| FP constant representing the epsilon value EN5. More... | |
| const long | Epsilon = 66 |
| FP constant representing Epsilon EN3. More... | |
| const long | Log2_10 = 217706 |
| FP constant representing Log(10). More... | |
| const long | Log2_E = 94548 |
| FP constant representing Log(E). More... | |
| const long | MaxValue = 9223372036854775807 |
| Maximum FP value, but values outside of UseableMin and UseableMax (inclusive) can overflow when multiplied. More... | |
| const long | Minus_1 = -65536 |
| FP constant representing the number -1. More... | |
| const long | MinValue = -9223372036854775808 |
| Minimum FP value, but values outside of UseableMin and UseableMax (inclusive) can overflow when multiplied. More... | |
| const long | Pi = 205887 |
| Pi number. More... | |
| const long | Pi3Over4 = 154416 |
| 3 * Pi / 4. More... | |
| const long | Pi4Over3 = 274517 |
| 4 * Pi / 3. More... | |
| const long | PiInv = 20861 |
| 1/Pi. More... | |
| const long | PiOver2 = 102944 |
| Pi / 2. More... | |
| const long | PiOver2Inv = 41722 |
| 2 / Pi. More... | |
| const long | PiOver4 = 51472 |
| Pi / 4. More... | |
| const long | PiTimes2 = 411775 |
| 2 * Pi. More... | |
| const long | Rad2Deg = 3754936 |
| Radians-to-degrees conversion constant. More... | |
| const long | Rad_180 = 205887 |
| FP constant representing 180 degrees in radian. More... | |
| const long | Rad_22_50 = 25736 |
| FP constant representing 22.5 degrees in radian. More... | |
| const long | Rad_360 = 411775 |
| FP constant representing 360 degrees in radian. More... | |
| const long | Rad_45 = 51472 |
| FP constant representing 45 degrees in radian. More... | |
| const long | Rad_90 = 102944 |
| FP constant representing 90 degrees in radian. More... | |
| const long | SmallestNonZero = 1 |
| The smallest FP unit that is not 0. More... | |
| const long | UseableMax = 2147483647 |
| Represents the highest FP number that can be multiplied with itself and not cause an overflow (exceeding long range). More... | |
| const long | UseableMin = -2147483648 |
| Represents the highest negative FP number that can be multiplied with itself and not cause an overflow (exceeding long range). More... | |
Holds FP constants in raw (long) form.
|
static |
The smallest FP unit that is not 0.
Closest double: 1.52587890625E-05
|
static |
Minimum FP value, but values outside of UseableMin and UseableMax (inclusive) can overflow when multiplied.
Closest double: -140737488355328
|
static |
Maximum FP value, but values outside of UseableMin and UseableMax (inclusive) can overflow when multiplied.
Closest double: 140737488355328
|
static |
Represents the highest negative FP number that can be multiplied with itself and not cause an overflow (exceeding long range).
Closest double: -32768
|
static |
Represents the highest FP number that can be multiplied with itself and not cause an overflow (exceeding long range).
Closest double: 32767.9999847412
|
static |
Pi number.
Closest double: 3.14158630371094
|
static |
1/Pi.
Closest double: 0.318313598632813
|
static |
2 * Pi.
Closest double: 6.28318786621094
|
static |
Pi / 2.
Closest double: 1.57080078125
|
static |
2 / Pi.
Closest double: 0.636627197265625
|
static |
Pi / 4.
Closest double: 0.785400390625
|
static |
3 * Pi / 4.
Closest double: 2.356201171875
|
static |
4 * Pi / 3.
Closest double: 4.18879699707031
|
static |
Degrees-to-radians conversion constant.
Closest double: 0.0174560546875
|
static |
Radians-to-degrees conversion constant.
Closest double: 57.2957763671875
|
static |
FP constant representing the number 0.
Closest double: 0
|
static |
FP constant representing the number 1.
Closest double: 1
|
static |
FP constant representing the number 2.
Closest double: 2
|
static |
FP constant representing the number 3.
Closest double: 3
|
static |
FP constant representing the number 4.
Closest double: 4
|
static |
FP constant representing the number 5.
Closest double: 5
|
static |
FP constant representing the number 6.
Closest double: 6
|
static |
FP constant representing the number 7.
Closest double: 7
|
static |
FP constant representing the number 8.
Closest double: 8
|
static |
FP constant representing the number 9.
Closest double: 9
|
static |
FP constant representing the number 10.
Closest double: 10
|
static |
FP constant representing the number 99.
Closest double: 99
|
static |
FP constant representing the number 100.
Closest double: 100
|
static |
FP constant representing the number 180.
Closest double: 180
|
static |
FP constant representing the number 200.
Closest double: 200
|
static |
FP constant representing the number 360.
Closest double: 360
|
static |
FP constant representing the number 1000.
Closest double: 1000
|
static |
FP constant representing the number 10000.
Closest double: 10000
|
static |
FP constant representing the number 0.01.
Closest double: 0.0099945068359375
|
static |
FP constant representing the number 0.02.
Closest double: 0.0200042724609375
|
static |
FP constant representing the number 0.03.
Closest double: 0.029998779296875
|
static |
FP constant representing the number 0.04.
Closest double: 0.0399932861328125
|
static |
FP constant representing the number 0.05.
Closest double: 0.0500030517578125
|
static |
FP constant representing the number 0.10.
Closest double: 0.100006103515625
|
static |
FP constant representing the number 0.20.
Closest double: 0.199996948242188
|
static |
FP constant representing the number 0.25.
Closest double: 0.25
|
static |
FP constant representing the number 0.50.
Closest double: 0.5
|
static |
FP constant representing the number 0.75.
Closest double: 0.75
|
static |
FP constant representing the number 0.33.
Closest double: 0.333328247070313
|
static |
FP constant representing the number 0.99.
Closest double: 0.990005493164063
|
static |
FP constant representing the number -1.
Closest double: -1
|
static |
FP constant representing 360 degrees in radian.
Closest double: 6.28318786621094
|
static |
FP constant representing 180 degrees in radian.
Closest double: 3.14158630371094
|
static |
FP constant representing 90 degrees in radian.
Closest double: 1.57080078125
|
static |
FP constant representing 45 degrees in radian.
Closest double: 0.785400390625
|
static |
FP constant representing 22.5 degrees in radian.
Closest double: 0.3927001953125
|
static |
FP constant representing the number 1.01.
Closest double: 1.00999450683594
|
static |
FP constant representing the number 1.02.
Closest double: 1.02000427246094
|
static |
FP constant representing the number 1.03.
Closest double: 1.02999877929688
|
static |
FP constant representing the number 1.04.
Closest double: 1.03999328613281
|
static |
FP constant representing the number 1.05.
Closest double: 1.05000305175781
|
static |
FP constant representing the number 1.10.
Closest double: 1.10000610351563
|
static |
FP constant representing the number 1.20.
Closest double: 1.19999694824219
|
static |
FP constant representing the number 1.25.
Closest double: 1.25
|
static |
FP constant representing the number 1.50.
Closest double: 1.5
|
static |
FP constant representing the number 1.75.
Closest double: 1.75
|
static |
FP constant representing the number 1.33.
Closest double: 1.33332824707031
|
static |
FP constant representing the number 1.99.
Closest double: 1.99000549316406
|
static |
FP constant representing the epsilon value EN1.
Closest double: 0.100006103515625
|
static |
FP constant representing the epsilon value EN2.
Closest double: 0.0099945068359375
|
static |
FP constant representing the epsilon value EN3.
Closest double: 0.001007080078125
|
static |
FP constant representing the epsilon value EN4.
Closest double: 0.0001068115234375
|
static |
FP constant representing the epsilon value EN5.
Closest double: 1.52587890625E-05
|
static |
FP constant representing Epsilon EN3.
Closest double: 0.001007080078125
|
static |
FP constant representing the Euler Number constant.
Closest double: 2.71827697753906
|
static |
FP constant representing Log(E).
Closest double: 1.44268798828125
|
static |
FP constant representing Log(10).
Closest double: 3.32192993164063