cg_number_format
v1.0.3
Published
simple package for get floating point value with specified digits after precision,without losing your data(means exact value you will get it with the help of this package,Enjoy).
Downloads
5
Readme
simple package for get floating point value with specified digits after precision,without losing your data(means exact value you will get it with the help of this package,Enjoy).
#usage var value=getExactLength(100.234243,3); result is 100.234