Search results for: Tech Notes Amyuni%20PDF%20Converter%20Installation%20Problems


Editing Commands in Text-Type Windows

Text-type windows include all Listing windows created with the Calculation function, GDL script windows, Project Notes, and Report windows. Only a single editing step can be undone/redone in a text-type window. When a text-type Window is active, most of the Edit menu commands change in order ...

Square Root [SQRT]

Square root. Calculates the square root of the given argument. Syntax SQRT (Number) Data Types of the Argument Integer, Number, Area Data Type of the Result Depends on Argument’s Data Type Expression SQRT (16) Result 4 Notes To take other roots: See Nth Root ...

Natural Logarithm [LN]

Returns the natural logarithm of the given number. Syntax LN (Number) Data Types of the Argument Number, Integer Data Type of the Result Number Expression LN (86) Result 4.45 Notes LN is the inverse of the e Exponent [EXP] function. This function works on positive ...

Tangent [TAN]

Returns the tangent of an angle. Syntax TAN (Angle) Data Types of the Arguments Angle Data Type of the Result Number Expression TAN (0.785 R) Result 1.00 Notes The argument’s angle value must be expressed as a unit (Degree, Radian, Grad). Choose an angle unit ...

Sine [SIN]

Returns the sine of an angle. Syntax SIN (Angle) Data Type of the Argument Angle Data Type of the Result Number Expression SIN (30D) Result 0.50 Notes The argument’s angle value must be expressed as a unit (Degree, Radian, Grad). Choose an angle unit from the ...

Cotangent [COT]

Returns the cotangent of an angle Syntax COT (Angle) Data Types of the Arguments Angle Data Type of the Result Number Expression COT (30D) Result 1.73 Notes The argument’s angle value must be expressed as a unit (Degree, Radian, Grad). Choose an angle unit from ...

Cosine [COS]

Returns the cosine of an angle. Syntax COS (Angle) Data Type of the Argument Angle Data Type of the Result Number Expression COS (60 D) Result 0.5 Notes The argument’s angle value must be expressed as a unit (Degree, Radian, Grad). Choose an angle unit from the ...

Arctangent [ATAN]

Returns the arctangent of a number. Syntax ATAN (Number) Data Types of the Arguments Number, Integer Data Type of the Result Angle Expression ATAN (1) Result 45 deg Notes Angle unit of the result (e.g. degrees, radians) depends on what you set in Project Preferences - ...

Arcsine [ASIN]

Returns the arcsine of a number. Syntax ASIN (Number) Data Type of the Argument Number, Integer. Must be between -1 and 1. Data Type of the Result Angle Expression ASIN (-0.5) Result -30 deg Notes Angle unit of the result (e.g. degrees, radians) depends on what you set in ...

Arccotangent [ACOT]

Returns the arccotangent of a number. Syntax ACOT (Number) Data Type of the Argument Number, Integer Data Type of the Result Angle Expression ACOT (2) Result 27 deg Notes Angle unit of the result (e.g. degrees, radians, grad) depends on what you set in Project Preferences ...