up Inquisit Language Reference

atan2 function

Returns the arctangent of the first argument divided by the second argument

Member of

<global>

Syntax

atan2(argument1, argument2)

Return Type

number

Parameters

Name Type Description
argument1 number The number to raise.
argument2 number The power to raise to.

Remarks

Examples


Copyright Millisecond Software, LLC. All rights reserved.