Operations related to classical IEEE functions
Variables | |
| constexpr callable_nb_values_ | eve::nb_values = {} |
| Computes the number of values representable in the type between the arguments. More... | |
| constexpr callable_bitofsign_ | eve::bitofsign = {} |
| Computes the value in the input type of the bit of sign. More... | |
| constexpr callable_exponent_ | eve::exponent = {} |
| Computes the IEEE exponent of the floating value. More... | |
| constexpr callable_frexp_ | eve::frexp = {} |
| Computes the elementwise ieee pair of mantissa and exponent of the floating value,. More... | |
| constexpr callable_ifrexp_ | eve::ifrexp = {} |
| Computes the elementwise ieee pair of mantissa and exponent of the floating value,. More... | |
| constexpr callable_ldexp_ | eve::ldexp = {} |
| Computes \(\textstyle x 2^n\). More... | |
| constexpr callable_mantissa_ | eve::mantissa = {} |
| Computes the IEEE mantissa of the floating value. More... | |
| constexpr callable_next_ | eve::next = {} |
| Computes the nth next representable element. More... | |
| constexpr callable_nextafter_ | eve::nextafter = {} |
| Computes the nth next representable element. More... | |
| constexpr callable_prev_ | eve::prev = {} |
| Computes the nth previous representable element. More... | |
| constexpr callable_ulpdist_ | eve::ulpdist = {} |
| Computes the unit in the last place distance of its arguments. Defined in Header More... | |