你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

sin()

Applies to: ✅ Microsoft FabricAzure Data ExplorerAzure MonitorMicrosoft Sentinel

Returns the sine function value of the specified angle. The angle is specified in radians.

Syntax

sin(number)

Learn more about syntax conventions.

Parameters

Name Type Required Description
number real ✔️ The value in radians for which to calculate the sine.

Returns

The sine of number of radians.

Example

print sin(1)

Output

result
0.841470984807897