ABS

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > BuiltIn Functions > Numeric functions >

ABS

 

Description

 

Return the absolute value of a numeric expression.

 

Syntax

 

n = ABS(numeric_expression)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning









 

Remarks

 

Restrictions

 

See also

 

Numeric functions

 

Examples