Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

arrondi js

let x = 2.960024578;
let res = x.toFixed(2);
console.log(res);
//2,96
 
PREVIOUS NEXT
Tagged: #arrondi #js
ADD COMMENT
Topic
Name
4+4 =