contents   index   previous   next



Clib.labs()

syntax:

Clib.labs(x)

where:

x - number to work with.

 

return:

number - absolute value of a long integer.

 

description:

This method returns the absolute, non-negative, value of an integer.

 

Since integers and long integers are the same in ScriptEase, Clib.labs() is the same as Clib.abs().

 

see:

Clib.abs(), Clib.fabs()

 

 


Clib.ldexp()