HomeHEPForge

Use isfinite() whereever possible. If not possible, prefix isnan() and isinf()…

Description

Use isfinite() whereever possible. If not possible, prefix isnan() and isinf() with std:: explicitly. The "using" directives do not work reliably for isnan() and isinf().

Details

Provenance
dgrellAuthored on
Parents
rHERWIGHGf7e9de001bd4: Only builtin arithmetic values can be isnan() or isinf() on OS X
Branches
Unknown
Tags
Unknown