
.keywordSQL.0.1.2.source-code.postgresql9.4_math_functions.txt Maven / Gradle / Ivy
The newest version!
abs(x)
cbrt(dp)
ceil(dp or numeric)
ceiling(dp or numeric)
degrees(dp)
div(y numeric, x numeric)
exp(dp or numeric)
floor(dp or numeric)
ln(dp or numeric)
log(dp or numeric)
log(b numeric, x numeric)
mod(y, x)
pi()
power(a dp, b dp)
power(a numeric, b numeric)
radians(dp)
round(dp or numeric)
round(v numeric, s int)
sign(dp or numeric)
sqrt(dp or numeric)
trunc(dp or numeric)
trunc(v numeric, s int)
width_bucket(op numeric, b1 numeric,b2 numeric, count int)
width_bucket(op dp, b1 dp, b2 dp,count int)
random()
setseed(dp)
acos(x)
asin(x)
atan(x)
atan2(y, x)
cos(x)
cot(x)
sin(x)
tan(x)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy