<h2 id="tan-a">tan</h2>

<div class='sourceset sourceset-android'>Android</div>

```kotlin
public fun tan(a: RemoteFloat): RemoteFloat
```

Computes the trigonometric tangent of an angle in radians.

#### Parameters

| | |
| --- | --- |
| a | The angle in radians. |