jax.numpy.sin

Warning

This page was created from a pull request (#9655).

jax.numpy.sin¶

jax.numpy.sin(x)¶

Trigonometric sine, element-wise.

LAX-backend implementation of sin().

Original docstring below.

Parameters

x (array_like) – Angle, in radians (\(2 \pi\) rad equals 360 degrees).

Returns

y – The sine of each element of x. This is a scalar if x is a scalar.

Return type

array_like