Trigonometric

Function

Description

uAcos

Returns the arccosine (in radians) of a number

uAsin

Returns the arcsine (in radians) of a number

uAtan

Returns the arctangent (in radians) of a number

uCos

Returns the cosine (in radians) of a number

uSin

Returns the sine (in radians) of a number

uTan

Returns the tangent (in radians) of a number




uAcos

Description

Returns the arccosine (in radians) of a number

Syntax

number uAcos(value)

Parameters

number value

The input value




uAsin

Description

Returns the arcsine (in radians) of a number

Syntax

number uAsin(value)

Parameters

number value

The input value




uAtan

Description

Returns the arctangent (in radians) of a number

Syntax

number uAtan(value)

Parameters

number value

The input value




uCos

Description

Returns the cosine (in radians) of a number

Syntax

number uCos(value)

Parameters

number value

The input value




uSin

Description

Returns the sine (in radians) of a number

Syntax

number uSin(value)

Parameters

number value

The input value




uTan

Description

Returns the tangent (in radians) of a number

Syntax

number uTan(value)

Parameters

number value

The input value