Rosetta
Typedefs | Variables
numeric::constants::f Namespace Reference

Typedefs

typedef float Type
 
typedef NumericTraits< TypeTraits
 

Variables

Type const zero = Traits::zero()
 
Type const one = Traits::one()
 
Type const two = Traits::two()
 
Type const pi = Traits::pi()
 
Type const pi_2 = Traits::pi_2()
 
Type const pi_over_2 = Traits::pi_over_2()
 
Type const pi_over_3 = Traits::pi_over_3()
 
Type const pi_2_over_3 = Traits::pi_2_over_3()
 
Type const pi_over_180 = Traits::pi_over_180()
 
Type const degrees_to_radians = Traits::degrees_to_radians()
 
Type const deg2rad = Traits::deg2rad()
 
Type const radians_to_degrees = Traits::radians_to_degrees()
 
Type const rad2deg = Traits::rad2deg()
 
Type const sqrt_2pi = Traits::sqrt_2pi()
 

Typedef Documentation

◆ Traits

◆ Type

Variable Documentation

◆ deg2rad

Type const numeric::constants::f::deg2rad = Traits::deg2rad()

◆ degrees_to_radians

Type const numeric::constants::f::degrees_to_radians = Traits::degrees_to_radians()

◆ one

Type const numeric::constants::f::one = Traits::one()

◆ pi

Type const numeric::constants::f::pi = Traits::pi()

Referenced by alignaxis(), and scan_hbond_jumps().

◆ pi_2

Type const numeric::constants::f::pi_2 = Traits::pi_2()

◆ pi_2_over_3

Type const numeric::constants::f::pi_2_over_3 = Traits::pi_2_over_3()

◆ pi_over_180

Type const numeric::constants::f::pi_over_180 = Traits::pi_over_180()

◆ pi_over_2

Type const numeric::constants::f::pi_over_2 = Traits::pi_over_2()

◆ pi_over_3

Type const numeric::constants::f::pi_over_3 = Traits::pi_over_3()

◆ rad2deg

Type const numeric::constants::f::rad2deg = Traits::rad2deg()

◆ radians_to_degrees

Type const numeric::constants::f::radians_to_degrees = Traits::radians_to_degrees()

Referenced by main().

◆ sqrt_2pi

Type const numeric::constants::f::sqrt_2pi = Traits::sqrt_2pi()

◆ two

Type const numeric::constants::f::two = Traits::two()

◆ zero

Type const numeric::constants::f::zero = Traits::zero()