Numeric SQL Functions
 
Numeric Function
Native SQLite
Description
ABS( number )
 
Returns the absolute value of the specified number.
ACOS( cosine )
 
Returns the angle in radians for the specified cosine.
ASIN( sin )
 
Returns the angle in radians for the specified sine.
ATAN( tangent )
 
Returns the angle in radians for the specified tangent.
ATAN2( x, y )
 
Two-argument arctangent function.
CEILING( number )
CEIL( number )
 
Returns the smallest integer larger than the specified number.
COS( radians )
 
Returns the cosine of the specified angle in radians.
COT( radians )
 
Returns the cotangent of the specified angle in radians.
DEGREES( radians )
 
Converts an ...

Get JMP 13 JSL Syntax Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.