std.math.hardware

This is a submodule of std.math.

It contains hardware support for floating point numbers.

Members

Functions

resetIeeeFlags
void resetIeeeFlags()

Set all of the floating-point status flags to false.

Properties

ieeeFlags
IeeeFlags ieeeFlags [@property getter]

Structs

FloatingPointControl
struct FloatingPointControl

Control the Floating point hardware

IeeeFlags
struct IeeeFlags

IEEE exception status flags ('sticky bits')

Meta

Authors

Walter Bright, Don Clugston, Conversion of CEPHES math library to D by Iain Buclaw and David Nadlinger