Chapter 15. Function Reference
338
Syntax:
ABS(numericexpression)
Description:
ABS
returns the absolute value of
numericexpression
. The absolute value is
the magnitude of
numericexpression
without regard to sign. For example,
both
ABS
(-12.34)
and
ABS
(12.34)
are equal to 12.34.
• If you give a real number, this function returns a real number; if an integer number,
this function returns an integer number.
ABSolute
Numeric function
ABS
Returns the absolute value of a numeric expression.
Summary of Contents for BHT-BASIC 100 SERIES
Page 1: ......
Page 161: ...153 Chapter 10 Sleep Function CONTENTS 10 1 Sleep Function 154...
Page 163: ...155 Chapter 11 Resume Function CONTENTS 11 1 Resume Function 156...
Page 173: ...165 Chapter 13 Backlight Function CONTENTS 13 1 Backlight Function 166...
Page 249: ...241 Example CLOSE IF kyIn Y THEN KILL Master Dat END IF Reference Statements CLFILE...