forked from mpusz/mp-units
Try upping the basis size
This commit is contained in:
@@ -33,7 +33,7 @@ namespace units {
|
|||||||
namespace detail
|
namespace detail
|
||||||
{
|
{
|
||||||
// Higher numbers use fewer trial divisions, at the price of more storage space.
|
// Higher numbers use fewer trial divisions, at the price of more storage space.
|
||||||
using Factorizer = WheelFactorizer<3>;
|
using Factorizer = WheelFactorizer<4>;
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user