Generated on Wed Jul 21 2021 00:00:00 for Gecode by doxygen 1.9.1
num.hpp File Reference

Go to the source code of this file.

Functions

FloatNum Gecode::pi_half_lower (void)
 Return lower bound of $\pi/2$. More...
 
FloatNum Gecode::pi_half_upper (void)
 Return upper bound of $\pi/2$. More...
 
FloatNum Gecode::pi_lower (void)
 Return lower bound of $\pi$. More...
 
FloatNum Gecode::pi_upper (void)
 Return upper bound of $\pi$. More...
 
FloatNum Gecode::pi_twice_lower (void)
 Return lower bound of $2\pi$. More...
 
FloatNum Gecode::pi_twice_upper (void)
 Return upper bound of $2\pi$. More...
 

Function Documentation

◆ pi_half_lower()

FloatNum Gecode::pi_half_lower ( void  )
inline

Return lower bound of $\pi/2$.

Definition at line 37 of file num.hpp.

◆ pi_half_upper()

FloatNum Gecode::pi_half_upper ( void  )
inline

Return upper bound of $\pi/2$.

Definition at line 41 of file num.hpp.

◆ pi_lower()

FloatNum Gecode::pi_lower ( void  )
inline

Return lower bound of $\pi$.

Definition at line 45 of file num.hpp.

◆ pi_upper()

FloatNum Gecode::pi_upper ( void  )
inline

Return upper bound of $\pi$.

Definition at line 49 of file num.hpp.

◆ pi_twice_lower()

FloatNum Gecode::pi_twice_lower ( void  )
inline

Return lower bound of $2\pi$.

Definition at line 53 of file num.hpp.

◆ pi_twice_upper()

FloatNum Gecode::pi_twice_upper ( void  )
inline

Return upper bound of $2\pi$.

Definition at line 57 of file num.hpp.