Extract exponent. \param arg number to query \return floating point exponent \retval FP_ILOGB0 for zero \retval FP_ILOGBNAN for NaN \retval MAX_INT for infinity template typename enable ::type ilogb(T arg) { return functions::ilogb(arg); }
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected