Fonctions mathématiques

Tableau 5-2. Fonctions mathématiques

FonctionReturnsDescriptionExemple
dexp(float8) float8 augmente e de l'exposant spécifié dexp(2.0)
dpow(float8,float8) float8 augmente un nombre de l'exposant spécifié dpow(2.0, 16.0)
float(int) float8 convertit un entier en décimal float(2)
float4(int) float4 convertit un entier en décimal float4(2)
integer(float) int convertit un décimal en entier integer(2.0)