E.V.E
v2023.02.15
Loading...
Searching...
No Matches
◆
veltkamp
auto eve::veltkamp =
functor
<veltkamp_t>
inline
constexpr
Example
Header file
#include <eve/module/core.hpp>
Callable Signatures
namespace
eve
{
template
<eve::
float
ing_value T, eve::
float
ing_value U >
constexpr
kumi::tuple<T, T>
veltkamp
(T x)
noexcept
;
}
eve::veltkamp
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
EVE Main Namespace.
Definition
abi.hpp:19
Parameters
x
:
argument
.
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
HAL: On various ways to split a floating-point number
eve