Table of Contents

Class Acos

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

Represents the ACOS (arccosine) inverse trigonometric function that calculates the angle whose cosine is the input.

public class Acos : Function, IElement, ICheckItem, IDefaultItem, IFilterItem
Inheritance
Acos
Implements

Remarks

The ACOS function calculates the arccosine (inverse cosine) of a value and returns an angle in radians. The input value must be between -1 and 1 (inclusive); values outside this range will produce an error. The result is an angle between 0 and pi radians. Use DEGREES to convert the result to degrees if needed. This is useful for angle calculations and inverse trigonometric operations.

Constructors

Acos(IElement)

Initializes a new instance of ACOS for any element.

Acos(Column)

Initializes a new instance of ACOS for a column.

Acos(Expression)

Initializes a new instance of ACOS for an expression.