diff options
Diffstat (limited to 'core/string/ustring.h')
-rw-r--r-- | core/string/ustring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/string/ustring.h b/core/string/ustring.h index d6c0907ecc..11be148084 100644 --- a/core/string/ustring.h +++ b/core/string/ustring.h @@ -334,6 +334,7 @@ public: static String num(double p_num, int p_decimals = -1); static String num_scientific(double p_num); static String num_real(double p_num, bool p_trailing = true); + static String num_real(float p_num, bool p_trailing = true); static String num_int64(int64_t p_num, int base = 10, bool capitalize_hex = false); static String num_uint64(uint64_t p_num, int base = 10, bool capitalize_hex = false); static String chr(char32_t p_char); |