नीचे PostgreSQL में उपलब्ध गणितीय कार्यों की पूरी सूची है।
इन्हें निम्नलिखित चार श्रेणियों में व्यवस्थित किया गया है:
- गणितीय कार्य
- यादृच्छिक कार्य
- त्रिकोणमितीय फलन
- अतिशयोक्तिपूर्ण कार्य
गणितीय कार्य
abs()
cbrt()
ceil()
ceil()
degrees()
div()
exp()
floor()
ln()
log()
mod()
pi()
power()
radians()
round()
scale()
sign()
sqrt()
trunc()
width_bucket()
यादृच्छिक कार्य
random()
setseed()
त्रिकोणमितीय फलन
प्रत्येक त्रिकोणमितीय फलन दो किस्मों में उपलब्ध है; रेडियन-आधारित और डिग्री-आधारित।
रेडियन
acos()
asin()
atan()
atan2()
cos()
cot()
sin()
tan()
डिग्री
acosd()
asind()
atand()
atan2d()
cosd()
cotd()
sind()
tand()
अतिशयोक्तिपूर्ण कार्य
sinh()
cosh()
tanh()
asinh()
acosh()
atanh()