The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
IeeeFlags.inexact
std
math
hardware
IeeeFlags
The result cannot be represented exactly, so rounding occurred.
struct
IeeeFlags
nothrow @
nogc
@
property
@
safe
const
bool
inexact
(
)
Examples
x = sin(0.1);
Meta
Source
See Implementation
std
math
hardware
IeeeFlags
properties
divByZero
inexact
invalid
overflow
underflow
The result cannot be represented exactly, so rounding occurred.