#include <cmath>
Go to the source code of this file.
Classes | |
struct | cml::constants< Float > |
Templated constants struct. More... | |
Namespaces | |
namespace | cml |
Defines | |
#define | M_E 2.71828182845904523536028747135266250 |
#define | M_PI 3.14159265358979323846264338327950288 |
#define | M_SQRT2 1.41421356237309504880168872420969808 |
Definition in file constants.h.
#define M_E 2.71828182845904523536028747135266250 |
#define M_PI 3.14159265358979323846264338327950288 |
Definition at line 19 of file constants.h.
Referenced by cml::constants< Float >::deg_per_rad(), cml::constants< Float >::inv_pi(), cml::constants< Float >::inv_two_pi(), cml::constants< Float >::pi(), cml::constants< Float >::pi_over_2(), cml::constants< Float >::pi_over_4(), cml::constants< Float >::rad_per_deg(), and cml::constants< Float >::two_pi().
#define M_SQRT2 1.41421356237309504880168872420969808 |