Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Round ¶
Round rounds a value val starting at roundOn, and keep places decimal Round(123.555555, .5, 3) -> 123.556 Round(123.558, .5, 2) -> 123.56 Round(123.00001, 0, 0) -> 124
Credits to https://gist.github.com/pelegm/c48cff315cd223f7cf7b
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.