Ler em inglês Editar

Compartilhar via


Half.SinCos(Half) Method

Definition

Computes the sine and cosine of a value.

public static (Half Sin, Half Cos) SinCos (Half x);

Parameters

x
Half

The value, in radians, whose sine and cosine are to be computed.

Returns

The sine and cosine of x.

Implements

Remarks

This computes (sin(x), cos(x)).

Applies to

Produto Versões
.NET 7, 8, 9