<PackageReference Include="NUnit" Version="4.3.2" />

NUnit.Framework.Constraints.ToleranceMode

public enum ToleranceMode
Modes in which the tolerance value for a comparison can be interpreted.
namespace NUnit.Framework.Constraints { public enum ToleranceMode { Unset, Linear, Percent, Ulps } }