scalarApproxUlp.scalarApproxUlp

Undocumented in source. Be warned that the author may not have intended to support it.
template scalarApproxUlp(T)
pure @safe @nogc nothrow
bool
scalarApproxUlp
(
in T a
,
in T b
,
in ulong maxUlps = 4
)
if (
isFloatingPoint!T
)

Meta