jak-project/common/util/print_float.h
water111 60c670df3a
Use dragonbox to print floats (#481)
* add new float printer

* more includes

* compare as floats
2021-05-13 21:05:05 -04:00

6 lines
120 B
C++

#pragma once
#include <string>
std::string float_to_string(float value);
int float_to_cstr(float value, char* buffer);