|
inlineconstexpr |
Callable object computing the sine rom an input in \(\pi\) multiples.
Defined in Header
Parameters
x
: floating value.z
: complex value.Return value
Returns the elementwise sine of the input. The call sinpi(x)
is semantically equivalent to \(\cos(\pi x)\).
In particular:
Nan
, NaN
is returned.eve::quarter_circle, eve::half_circle, eve::full_circle,
provide a balance between speed and range limitation.