ape  0.5.0
Audio Programming Environment
Namespaces | Typedefs
fpoint.h File Reference

Go to the source code of this file.

Namespaces

 ape
 

Typedefs

typedef float ape::fpoint
 A typedef for a data type supporting any floating point operation, with variable compile-time precision. The user has the capability to change this to a double for instance. This is a quick way to "template" your code, and hot-recompile it with different precision to evaluate precision / performance.

See also
consts<T>
More...
 
using ape::float_t = fpoint
 Alias for fpoint More...