Check if finite number. \param arg number to check \retval true if neither infinity nor NaN \retval false else template typename enable ::type isfinite(T arg) { return functions::isfinite(arg); }
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected