phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
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.