0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 27, 2025 — Aug 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clean up rule application. Seems to be working properly now. More... almost 15 years ago
Add API to DDMathEvaluator for rewriting expressions More... almost 15 years ago
Expression rewriting engine seems to be working More... almost 15 years ago
C function => ObjC method More... almost 15 years ago
Rule rewriting More... almost 15 years ago
Added basic rule object More... almost 15 years ago
rudimentary simplification More... almost 15 years ago
Merge pull request #18 from stevedao/master More... almost 15 years ago
Fixed error that caused crash in sum function. More... almost 15 years ago
Added stackoverflow.com link More... almost 15 years ago
Recognize whitespace as a logical break. Clean up the README. More... almost 15 years ago
Fixing the tau constant More... almost 15 years ago
Some more leniency in custom function return types More... almost 15 years ago
Minor bug fixes More... almost 15 years ago
Cleaned up some stuff in the tokenizer. The tokenizer now recognizes functions without parentheses. More... almost 15 years ago
Added the versine functions More... almost 15 years ago
Giving up on `NSDecimal` More... almost 15 years ago
Added tau() function, edited README More... almost 15 years ago
Updated README, removed llvm3 dependency. More... almost 15 years ago
Adding option for lower-precision evaluation. More... almost 15 years ago
Attempting to rectify some calculation errors in trig functions More... almost 15 years ago
A bit more error checking when creating a variable expression More... almost 15 years ago
More descriptive userInfo when a function fails to resolve More... almost 15 years ago
Fixes compiler error about mismatched types More... almost 15 years ago
Error codes are useful. More... about 15 years ago
Use the DDDecimalPower() function instead of the NSDecimalPower() function. Fixes issue #12. More... about 15 years ago
Altered the precedence of the modulo operator More... about 15 years ago
Use the error code as the basis for breaking, not the numerical value itself. More... about 15 years ago
Abort factorial function if we overflow the NSDecimal. Fixes issue #10 More... about 15 years ago
Abort if things get too small. Fixes issue #9 More... about 15 years ago