|
inlineconstexpr |
convert a eve::value to a double based eve::floating_value.
Defined in Header
Parameters
x : argument.Return value
x is an eve::simd_value, returns a value, of typewide <double, cardinal_t<T>>,x is an eve::scalar_value, returns a value of type double,x is a supported callable a call to float64(x)(...) is semantically equivalent to float64(x(...)).