|
inlineconstexpr |
Computes the inverse of the parameter.
Defined in Header
Parameters
Return value
value containing the elementwise inverse value of x
.
x
is semantically equivalent to:Masked Call
The call eve;rec[mask](x)
provides a masked version of eve::rec
which is equivalent to if_else (mask, rec(x), x)
.
Example
The call raw(rec)(x)
, call a proper system intrinsic if one exists, but with possibly very poor accuracy in return. Otherwise it uses the non decorated call.