Post ARhq4rjiwNFNC8fcEC by corne
 (DIR) More posts by corne
 (DIR) Post #ARhq4rjiwNFNC8fcEC by corne
       1 likes, 0 repeats
       
       TIL you can round numbers (float64) to float32 in #JavaScript using Math.fround, you could even gain some performance increases with the right use cases. https://blog.mozilla.org/javascript/2013/11/07/efficient-float32-arithmetic-in-javascript/