You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* to_string() and from_string()
Added to_string and from_string methods that are not related to floating point numbers
* fixed_string unit_test updated.
Generated by the Cursor, checked by me. I simply run it in MSVC and no error is found.
I am very glad that you replied so fast. Under my test, your lib is fast enough for a gaming environment, except a little bit slow on division. But there is some critical functions are missing:
mod
exp (power)
log
printf scanf (solved)
hyperbolic sine
* bug found and correct
* that is right.
* upgrade tests, fix constexpr in code
* MSVC compile compatible
When compiled in MSVC (VS 2022), those places above will lead to a compile failure.
---------
Co-authored-by: Artur Bać <artur@ebasoft.com.pl>
0 commit comments