Mathematical Functions - Oracle 5.0 Reference Manual

Table of Contents

Advertisement

[907]
DIV
Integer division. Similar to
occur for noninteger operands that exceed
mysql>
SELECT 5 DIV 2;
-> 2
[907],
N % M
Modulo operation. Returns the remainder of
for the
MOD()

12.6.2. Mathematical Functions

Table 12.12. Mathematical Functions
Name
[908]
ABS()
[908]
ACOS()
[908]
ASIN()
ATAN2(),
ATAN()
[908]
ATAN()
[909]
CEIL()
CEILING()
[909]
CONV()
[909]
COS()
[909]
COT()
[909]
CRC32()
DEGREES()
[910]
EXP()
[910]
FLOOR()
[910]
LN()
[911]
LOG10()
[911]
LOG2()
[910]
LOG()
[911]
MOD()
[911]
PI()
[912]
POW()
[912]
POWER()
RADIANS()
[912]
RAND()
[913]
ROUND()
[914]
SIGN()
[914]
SIN()
[914]
SQRT()
[914]
TAN()
Mathematical Functions
FLOOR()
[907]
N MOD M
[911]
function in
Section 12.6.2, "Mathematical
[908]
[909]
[909]
[912]
[910], but is safe with
BIGINT
range.
BIGINT
divided by M. For more information, see the description
N
Description
Return the absolute value
Return the arc cosine
Return the arc sine
Return the arc tangent of the two arguments
Return the arc tangent
Return the smallest integer value not less than the argument
Return the smallest integer value not less than the argument
Convert numbers between different number bases
Return the cosine
Return the cotangent
Compute a cyclic redundancy check value
Convert radians to degrees
Raise to the power of
Return the largest integer value not greater than the
argument
Return the natural logarithm of the argument
Return the base-10 logarithm of the argument
Return the base-2 logarithm of the argument
Return the natural logarithm of the first argument
Return the remainder
Return the value of pi
Return the argument raised to the specified power
Return the argument raised to the specified power
Return argument converted to radians
Return a random floating-point value
Round the argument
Return the sign of the argument
Return the sine of the argument
Return the square root of the argument
Return the tangent of the argument
907
values. Incorrect results may
Functions".

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 5.0 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Mysql 5.0

Table of Contents