TanΒΆ

Compute a trigonometric tangent of each element of input.

Abstract Signature:

Tan(x: Tensor)

JAX (Core)

API: jax.numpy.tan
Strategy: Direct Mapping

NumPy

API: numpy.tan
Strategy: Direct Mapping

Keras

API: keras.ops.tan
Strategy: Direct Mapping

TensorFlow

API: tf.tan
Strategy: Direct Mapping

Apple MLX

API: mlx.core.tan
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.tan
Strategy: Direct Mapping