mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-10 07:34:28 +02:00
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