dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
modfl
core
stdc
math
Added since Lollipop
version(!CRuntime_Microsoft && !FreeBSD && !NetBSD && !OpenBSD && !DragonFlyBSD && CRuntime_Bionic)
extern (
C
) @
trusted
nothrow @
nogc
pure
real
modfl
(
real
value
,
real
*
iptr
)
Meta
Source
See Implementation
core
stdc
math
aliases
double_t
float_t
functions
fpclassify
isfinite
isinf
isnan
isnormal
signbit
variables
FP_ILOGB0
FP_ILOGBNAN
HUGE_VAL
HUGE_VALF
HUGE_VALL
INFINITY
MATH_ERREXCEPT
MATH_ERRNO
NAN
math_errhandling
Added since Lollipop