IeeeFlags.inexact

The result cannot be represented exactly, so rounding occurred.

struct IeeeFlags
nothrow @nogc @property @safe const
bool
inexact
()

Examples

x = sin(0.1);

Meta