mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-06 13:44:27 +02:00
Try upping the basis size
This commit is contained in:
@@ -33,7 +33,7 @@ namespace units {
|
||||
namespace detail
|
||||
{
|
||||
// Higher numbers use fewer trial divisions, at the price of more storage space.
|
||||
using Factorizer = WheelFactorizer<3>;
|
||||
using Factorizer = WheelFactorizer<4>;
|
||||
} // namespace detail
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user