You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.