fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

math.h File Reference

#include <math.h>
Include dependency graph for math.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define fl_math_h
#define fl_math_h_cyclic_include
#define M_PI   3.14159265358979323846
#define M_PI_2   1.57079632679489661923
#define M_PI_4   0.78539816339744830962
#define M_1_PI   0.31830988618379067154
#define M_2_PI   0.63661977236758134308
#define M_SQRT2   1.41421356237309504880
#define M_SQRT1_2   0.70710678118654752440

Define Documentation

#define fl_math_h

Definition at line 35 of file math.h.

#define fl_math_h_cyclic_include

Definition at line 37 of file math.h.

#define M_1_PI   0.31830988618379067154

Definition at line 50 of file math.h.

#define M_2_PI   0.63661977236758134308

Definition at line 51 of file math.h.

#define M_PI_2   1.57079632679489661923

Definition at line 48 of file math.h.

#define M_PI_4   0.78539816339744830962

Definition at line 49 of file math.h.

#define M_SQRT1_2   0.70710678118654752440

Definition at line 56 of file math.h.

#define M_SQRT2   1.41421356237309504880

Definition at line 55 of file math.h.