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

acos()

Applies to: ✅ Microsoft FabricAzure Data ExplorerAzure MonitorMicrosoft Sentinel

Calculates the angle whose cosine is the specified number. Inverse operation of cos().

Syntax

acos(x)

Learn more about syntax conventions.

Parameters

Name Type Required Description
x real ✔️ The value used to calculate the arc cosine.

Returns

The value of the arc cosine of x. The return value is null if x < -1 or x > 1.