1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

fix float_exponent10 order O(logN)

This commit is contained in:
bolero-MURAKAMI 2013-12-31 21:26:22 +09:00
parent ef4a7ac1d8
commit be0bc155d8
2 changed files with 75 additions and 7 deletions

View file

@ -16,7 +16,7 @@ namespace sprout {
namespace darkroom {
namespace renderers {
//
//
// default_depth
//
SPROUT_STATIC_CONSTEXPR std::size_t default_depth = 4;