# Functions
Round rounds the given float64 value to 4 digit precision.
RoundWithPrecision rounds the given float64 value and ensures that it has a maximum of "precision" decimal places.
# Constants
DefaultDecimalPlacesCount is the default number of decimal places.