spycial
latest
Available special functions
Gamma and related functions
Trigonometric functions
spycial.sinpi
spycial.cospi
Error function and related functions
Exponential integral and related functions
Riemann zeta function
Spycial 0.2 Release Notes
spycial
Docs
»
Available special functions
»
spycial.sinpi
Edit on GitHub
spycial.sinpi
¶
spycial.
sinpi
= <numba._DUFunc 'sinpi'>
¶
Compute
\(\sin(\pi x)\)
.
Parameters:
x
(
array-like
) – Points on the real line or complex plane
out
(
ndarray
,
optional
) – Output array for the values of
sinpi
at
x
Returns:
Values of
sinpi
at
x
Return type:
ndarray