Changelog:
Definition in file JBLMath.h.
#include "Float_FF.h"
Include dependency graph for JBLMath.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
Float_FF | square (const Float_FF arg) |
The square of a Float_FF. | |
int | square (const int arg) |
The square of an int. | |
Float_FF | rad (Float_FF deg) |
Conversion from degrees to radians. | |
Float_FF | deg (Float_FF rad) |
Conversion from radians to degrees. |
|
The square of a Float_FF.
|
|
The square of an int.
Definition at line 23 of file JBLMath.h. Referenced by IntFun::operator *(), and FloatFun::operator *(). |
|
Conversion from degrees to radians.
|
|
Conversion from radians to degrees.
|