You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how can i always get value up when i use toFixed methods
eg:
1.36 -> 1.4 accounting.toFixed(1.36, 1) get 1.4
1.11 -> 1.2 accounting.toFixed(1.11, 1) get 1.2
The text was updated successfully, but these errors were encountered:
how can i always get value up when i use toFixed methods
eg:
1.36 -> 1.4 accounting.toFixed(1.36, 1) get 1.4
1.11 -> 1.2 accounting.toFixed(1.11, 1) get 1.2
The text was updated successfully, but these errors were encountered: