Numeric 
Review the list of Numeric functions.
- uAbs
Returns the magnitude of a real number, ignoring its positive or negative sign 
- uCeil
Returns least integer greater than or equal to argument 
- uDiv
Returns the division integer 
- uExp
Returns the exponential, base e 
- uFloor
Returns greatest integer less than or equal to argument 
- uLn
Returns the natural logarithm (base e) of a number 
- uLog
Returns the logarithm of a number 
- uMod
Returns the modulo of division 
- uPow, uPower
Returns the value of a base expression taken to a specified power 
- uRandom
Returns a random number 
- uRound
Returns the rounded argument to nearest integer 
- uSgn
Returns the sign of a given value 
- uSqrt
Returns the square root of a given value 
 
Created May 24, 2011. Send feedback on this help topic to Sybase Technical Publications:
pubs@sybase.com