E.V.E
v2023.02.15
Loading...
Searching...
No Matches

◆ veltkamp

auto eve::veltkamp = functor<veltkamp_t>
inlineconstexpr

Example

Header file

#include <eve/module/core.hpp>

Callable Signatures

namespace eve
{
template<eve::floating_value T, eve::floating_value U >
constexpr kumi::tuple<T, T> veltkamp(T x) noexcept;
}
constexpr auto veltkamp
split a loating-point number with radix 2 and p mantissa bits x into two floating-point numbers xh an...
Definition veltkamp.hpp:71
EVE Main Namespace.
Definition abi.hpp:19

Parameters

Return value

Computes elementwise a pair of values [xh, xl] such that:

  • 'xh+xl' is 'x', but each has much less significant digits.

External references