Auf Englisch lesen Bearbeiten

Freigeben über


Half.Tan(Half) Method

Definition

Computes the tangent of a value.

public static Half Tan (Half x);

Parameters

x
Half

The value, in radians, whose tangent is to be computed.

Returns

The tangent of x.

Implements

Remarks

This computes tan(x).

Applies to