diff options
Diffstat (limited to 'src/decimal.h')
-rw-r--r-- | src/decimal.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/decimal.h b/src/decimal.h index 11e6a9bf..eefc07ef 100644 --- a/src/decimal.h +++ b/src/decimal.h @@ -1,5 +1,5 @@ /* - Copyright 2019 David Robillard <http://drobilla.net> + Copyright 2019-2020 David Robillard <http://drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -23,4 +23,10 @@ int serd_count_digits(uint64_t i); +unsigned +serd_double_int_digits(double abs); + +unsigned +serd_decimals(double d, char* buf, unsigned frac_digits); + #endif // SERD_DECIMAL_H |