Quantum 3 3.0.14

Static Public Attributes | List of all members
Photon.Deterministic.FPHighPrecisionDivisor.Raw Class Reference

Holds FPHighPrecisionDivisor constants in raw (long) form. More...

Static Public Attributes

const long _0_01 = 42949672
 FP constant representing the number 0.01. More...
 
const long _0_02 = 85899345
 FP constant representing the number 0.02. More...
 
const long _0_03 = 128849018
 FP constant representing the number 0.03. More...
 
const long _0_04 = 171798691
 FP constant representing the number 0.04. More...
 
const long _0_05 = 214748364
 FP constant representing the number 0.05. More...
 
const long _0_10 = 429496729
 FP constant representing the number 0.10. More...
 
const long _0_20 = 858993459
 FP constant representing the number 0.20. More...
 
const long _0_33 = 1431655765
 FP constant representing the number 0.33. More...
 
const long _0_99 = 4252017623
 FP constant representing the number 0.99. More...
 
const long _1_01 = 4337916968
 FP constant representing the number 1.01. More...
 
const long _1_02 = 4380866641
 FP constant representing the number 1.02. More...
 
const long _1_03 = 4423816314
 FP constant representing the number 1.03. More...
 
const long _1_04 = 4466765987
 FP constant representing the number 1.04. More...
 
const long _1_05 = 4509715660
 FP constant representing the number 1.05. More...
 
const long _1_10 = 4724464025
 FP constant representing the number 1.10. More...
 
const long _1_20 = 5153960755
 FP constant representing the number 1.20. More...
 
const long _1_33 = 5726623061
 FP constant representing the number 1.33. More...
 
const long _1_99 = 8546984919
 FP constant representing the number 1.99. More...
 
const long Deg2Rad = 74961320
 Degrees-to-radians conversion constant. More...
 
const long E = 11674931554
 FP constant representing the Euler Number constant. More...
 
const long EN1 = 429496729
 FP constant representing the epsilon value EN1. More...
 
const long EN2 = 42949672
 FP constant representing the epsilon value EN2. More...
 
const long EN3 = 4294967
 FP constant representing the epsilon value EN3. More...
 
const long EN4 = 429496
 FP constant representing the epsilon value EN4. More...
 
const long EN5 = 42949
 FP constant representing the epsilon value EN5. More...
 
const long Log2_10 = 14267572527
 FP constant representing Log(10). More...
 
const long Log2_E = 6196328018
 FP constant representing Log(E). More...
 
const long Pi = 13493037704
 >Pi number. More...
 
const long Pi3Over4 = 10119778278
 3 * Pi / 4. More...
 
const long PiInv = 1367130551
 1/Pi. More...
 
const long PiOver2 = 6746518852
 Pi / 2. More...
 
const long PiOver2Inv = 2734261102
 2 / Pi. More...
 
const long PiOver4 = 3373259426
 Pi / 4. More...
 
const long PiTimes2 = 26986075409
 2 * Pi. More...
 
const long Rad2Deg = 246083499207
 Radians-to-degrees conversion constant. More...
 
const long Rad_180 = 13493037704
 FP constant representing 180 degrees in radian. More...
 
const long Rad_22_50 = 1686629713
 FP constant representing 22.5 degrees in radian. More...
 
const long Rad_45 = 3373259426
 FP constant representing 45 degrees in radian. More...
 
const long Rad_90 = 6746518852
 FP constant representing 90 degrees in radian. More...
 

Detailed Description

Holds FPHighPrecisionDivisor constants in raw (long) form.

Member Data Documentation

◆ Pi

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.Pi = 13493037704
static

>Pi number.

Closest double: 3.14159265346825

◆ PiInv

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.PiInv = 1367130551
static

1/Pi.

Closest double: 0.318309886148199

◆ PiTimes2

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.PiTimes2 = 26986075409
static

2 * Pi.

Closest double: 6.28318530716933

◆ PiOver2

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.PiOver2 = 6746518852
static

Pi / 2.

Closest double: 1.57079632673413

◆ PiOver2Inv

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.PiOver2Inv = 2734261102
static

2 / Pi.

Closest double: 0.636619772296399

◆ PiOver4

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.PiOver4 = 3373259426
static

Pi / 4.

Closest double: 0.785398163367063

◆ Pi3Over4

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.Pi3Over4 = 10119778278
static

3 * Pi / 4.

Closest double: 2.35619449010119

◆ Deg2Rad

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.Deg2Rad = 74961320
static

Degrees-to-radians conversion constant.

Closest double: 0.0174532923847437

◆ Rad2Deg

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.Rad2Deg = 246083499207
static

Radians-to-degrees conversion constant.

Closest double: 57.2957795129623

◆ Rad_180

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.Rad_180 = 13493037704
static

FP constant representing 180 degrees in radian.

Closest double: 3.14159265346825

◆ Rad_90

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.Rad_90 = 6746518852
static

FP constant representing 90 degrees in radian.

Closest double: 1.57079632673413

◆ Rad_45

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.Rad_45 = 3373259426
static

FP constant representing 45 degrees in radian.

Closest double: 0.785398163367063

◆ Rad_22_50

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.Rad_22_50 = 1686629713
static

FP constant representing 22.5 degrees in radian.

Closest double: 0.392699081683531

◆ _0_01

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._0_01 = 42949672
static

FP constant representing the number 0.01.

Closest double: 0.00999999977648258

◆ _0_02

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._0_02 = 85899345
static

FP constant representing the number 0.02.

Closest double: 0.0199999997857958

◆ _0_03

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._0_03 = 128849018
static

FP constant representing the number 0.03.

Closest double: 0.029999999795109

◆ _0_04

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._0_04 = 171798691
static

FP constant representing the number 0.04.

Closest double: 0.0399999998044223

◆ _0_05

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._0_05 = 214748364
static

FP constant representing the number 0.05.

Closest double: 0.0499999998137355

◆ _0_10

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._0_10 = 429496729
static

FP constant representing the number 0.10.

Closest double: 0.0999999998603016

◆ _0_20

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._0_20 = 858993459
static

FP constant representing the number 0.20.

Closest double: 0.199999999953434

◆ _0_33

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._0_33 = 1431655765
static

FP constant representing the number 0.33.

Closest double: 0.333333333255723

◆ _0_99

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._0_99 = 4252017623
static

FP constant representing the number 0.99.

Closest double: 0.989999999990687

◆ _1_01

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._1_01 = 4337916968
static

FP constant representing the number 1.01.

Closest double: 1.00999999977648

◆ _1_02

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._1_02 = 4380866641
static

FP constant representing the number 1.02.

Closest double: 1.0199999997858

◆ _1_03

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._1_03 = 4423816314
static

FP constant representing the number 1.03.

Closest double: 1.02999999979511

◆ _1_04

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._1_04 = 4466765987
static

FP constant representing the number 1.04.

Closest double: 1.03999999980442

◆ _1_05

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._1_05 = 4509715660
static

FP constant representing the number 1.05.

Closest double: 1.04999999981374

◆ _1_10

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._1_10 = 4724464025
static

FP constant representing the number 1.10.

Closest double: 1.0999999998603

◆ _1_20

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._1_20 = 5153960755
static

FP constant representing the number 1.20.

Closest double: 1.19999999995343

◆ _1_33

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._1_33 = 5726623061
static

FP constant representing the number 1.33.

Closest double: 1.33333333325572

◆ _1_99

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw._1_99 = 8546984919
static

FP constant representing the number 1.99.

Closest double: 1.98999999999069

◆ EN1

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.EN1 = 429496729
static

FP constant representing the epsilon value EN1.

Closest double: 0.0999999998603016

◆ EN2

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.EN2 = 42949672
static

FP constant representing the epsilon value EN2.

Closest double: 0.00999999977648258

◆ EN3

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.EN3 = 4294967
static

FP constant representing the epsilon value EN3.

Closest double: 0.000999999931082129

◆ EN4

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.EN4 = 429496
static

FP constant representing the epsilon value EN4.

Closest double: 9.99998301267624E-05

◆ EN5

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.EN5 = 42949
static

FP constant representing the epsilon value EN5.

Closest double: 9.99984331429005E-06

◆ E

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.E = 11674931554
static

FP constant representing the Euler Number constant.

Closest double: 2.71828182833269

◆ Log2_E

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.Log2_E = 6196328018
static

FP constant representing Log(E).

Closest double: 1.44269504072145

◆ Log2_10

const long Photon.Deterministic.FPHighPrecisionDivisor.Raw.Log2_10 = 14267572527
static

FP constant representing Log(10).

Closest double: 3.32192809483968