scipp.sin#

scipp.sin(x, *, out=None)#

Element-wise sine.

Parameters
Raises

If the unit is not a plane-angle unit, or if the sine cannot be computed on the dtype, e.g., if it is an integer.

Returns

Union[Variable, DataArray, Dataset] – The sine values of the input.