isApproxEqual

Undocumented in source. Be warned that the author may not have intended to support it.
bool
isApproxEqual
(
V
E
)
(
in V value
,)
if (
!isObject!V &&
(
isFloatingPoint!V ||
isFloatingPoint!E
)
&&
is(typeof(value == expected) == bool)
)

Meta