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


Merge Strings [CONCAT]

Joins two or more text strings into one. Syntax CONCAT (“text1”, [“text2”], ...) Note: The required separator ...

Tangent [TAN]

Returns the tangent of an angle. Syntax TAN (Angle) Data Types of the Arguments Angle Data Type of the Result Number Expression ...

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 ...

Cotangent [COT]

Returns the cotangent of an angle Syntax COT (Angle) Data Types of the Arguments Angle Data Type of the Result Number Expression ...

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 ...

Arctangent [ATAN]

Returns the arctangent of a number. Syntax ATAN (Number) Data Types of the Arguments Number, Integer Data Type of the Result Angle ...

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 ...

Arccotangent [ACOT]

Returns the arccotangent of a number. Syntax ACOT (Number) Data Type of the Argument Number, Integer Data Type of the Result Angle ...

Arccosine [ACOS]

Returns the arccosine of a number. Syntax ACOS (Number) Data Type of the Argument Number, Integer. Must be between -1 and 1. Data Type ...

Round Up [ROUNDUP]

Rounds a number up to a specified number of digits. If the Number of Digits argument is positive, rounding takes place upward to the specified ...