Skip to content

1.0.2

Compare
Choose a tag to compare
@yellis yellis released this 23 Apr 19:59
· 22 commits to master since this release
  • Add Strict Mode as an option when running Calculator.GetNumericGematriaValue(). When turned on the calculator will throw a FormatException whenever the numbers at the end of the string that are under 100 (ק) are not included in descending numeric order, and do not appear on the exceptions list.
    • See #1 for more detail.
    • A peek at the unit test for this might also make this more easy to comprehend.
  • You can set your global preference using Calculator.ForceNumericStrictMode (defaults to false) and you can set your preference for individual calls using the isStrictMode param in the function call.
  • This is available in nuget 1.0.2.