Klibr / math_round

kevgd / Klibr / math_round

math_round (value, nombre_de_decimal)

Retourne l'arrondi de la valeur passée en parametre. Retourne un entier si aucun nombre de décimal est défini.

illustration function klibr math_round

Exemple d'utilisation en Javascript

v = math_round(3.14159, 2);

Exemple d'utilisation en VB6

v = math_round(3.14159, 2)

Exemple d'utilisation en VBA

v = math_round(3.14159, 2)
kevgd loader
Patientez...