Fonctions
pour constantes: Constantes mathématiques |
|
à
partir de
|
|
remplaçable
par
PI |
F_PI |
Fonction de adhoc
Entrée/Sortie compatibles avec rFunc (PI)
|
Entrypoint
|
pi |
Compatibles UTF-8 |
Entrée
|
sans |
|
Sortie
|
DOUBLE |
Nombre Pi |
TestSQL
SELECT CAST(3.141592653589793 AS DOUBLE PRECISION) AS ISCORRECT,
F_PI()
FROM RDB$DATABASE; |
|
F_E |
Fonction de adhoc
Entrée/Sortie compatibles avec rFunc (E)
|
Entrypoint |
euler |
Compatibles UTF-8 |
Entrée
|
sans |
|
Sortie
|
DOUBLE |
Constante
d’Euler e |
TestSQL
SELECT 2.718281828459045 AS ISCORRECT, F_E() FROM RDB$DATABASE; |
|
F_EPSILON |
Fonction de adhoc
|
Entrypoint |
epsilon |
Compatibles UTF-8 |
Entrée
|
sans |
|
Sortie
|
DOUBLE |
nombre epsilon (très petit nombre pour essayer epsilon
au lieu de 0) |
TestSQL
SELECT CAST(2.2204460492503131e-14 AS DOUBLE PRECISION) AS
ISCORRECT, F_EPSILON() FROM RDB$DATABASE; |
|