mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 01:38:41 +00:00
unify epsilon definition
This commit is contained in:
parent
047d96a776
commit
96f9db5395
|
|
@ -30,7 +30,7 @@ final class Bisection
|
|||
* @var float
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public const EPSILON = 1e-6;
|
||||
public const EPSILON = 4.88e-04;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ final class Illinois
|
|||
* @var float
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public const EPSILON = 1e-6;
|
||||
public const EPSILON = 4.88e-04;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ final class RegulaFalsi
|
|||
* @var float
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public const EPSILON = 1e-6;
|
||||
public const EPSILON = 4.88e-04;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user