Zac Cohan

Results 4 issues of Zac Cohan

Following the instructions in the documentation on overriding the 'math.expression.parse.isAlpha' function, I have successfully customised supported characters for variables. Can I do the same for units? The issue I'm running...

feature
help wanted

The parser in SoulverCore was built to be the modern math engine parser for [Soulver](https://soulver.app). Expanding SoulverCore's objectives to include general purpose string parsing has proved quite successful, but there...

At present: > 1001 km = 1.001 Mm //megameters I understand why MathJS evaluates the expression this way, given the standard SI prefix system for metric units. However, scientists &...

feature

### Description Dividing particular `Decimal` numbers causes a crash (in NSDecimalDivide) on Linux. ### Reproduction ```swift import Foundation let firstNumber: Decimal = 1147858867 let secondNumber: Decimal = 4294967295 let division...

bug
linux