Back to Core Functions
sin
Sine of argument in radians
Syntax
Y = sin(X)
Description
Computes the sine of each element. Operates element-wise on arrays.
Parameters
| Name | Description |
|---|---|
| X | Input angle in radians (scalar or NDArray) |
Returns
Sine values (same shape as input)