PostgreSQL
 sql >> Base de données >  >> RDS >> PostgreSQL

Fonctions mathématiques PostgreSQL

Vous trouverez ci-dessous une liste complète des fonctions mathématiques disponibles dans PostgreSQL.

Ceux-ci sont classés dans les quatre catégories suivantes :

  • Fonctions mathématiques
  • Fonctions aléatoires
  • Fonctions trigonométriques
  • Fonctions hyperboliques

Fonctions mathématiques

  • abs()
  • cbrt()
  • ceil()
  • ceil()
  • degrees()
  • div()
  • exp()
  • floor()
  • ln()
  • log()
  • mod()
  • pi()
  • power()
  • radians()
  • round()
  • scale()
  • sign()
  • sqrt()
  • trunc()
  • width_bucket()

Fonctions aléatoires

  • random()
  • setseed()

Fonctions trigonométriques

Chaque fonction trigonométrique est disponible en deux variétés; en radians et en degrés.

Radians

  • acos()
  • asin()
  • atan()
  • atan2()
  • cos()
  • cot()
  • sin()
  • tan()

Degrés

  • acosd()
  • asind()
  • atand()
  • atan2d()
  • cosd()
  • cotd()
  • sind()
  • tand()

Fonctions hyperboliques

  • sinh()
  • cosh()
  • tanh()
  • asinh()
  • acosh()
  • atanh()