Check if normal number. \param arg number to check \retval true if normal number \retval false if either subnormal, zero, infinity or NaN template typename enable ::type isnormal(T arg) { return functions::isnormal(arg); }
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected