C++ Mathematics library created by QFSW
Stars
2
Forks
1
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
25
commits
Ammended readme
ca285a2
Fixed const qualification so it actually works and added numerical integration
d177531
evaluate is now const qualified
8deb718
Added arccos
450bd49
Fixed implicit multiplication injection and added arcsin
ec2544c
Merge remote-tracking branch 'origin/master'
9d78264
Added sqrt and invsqrt aliases to the parser
71392e2
Create README.md
708ca6e
Fixed exponential differentiation
f7720ae
Added inverse hyperbolics to parser
1088eca
Added tanh
9378aa5
Added sinh and cosh
a99fcbc
Parser now respects left to right order of operations
bf55a8c
Fixed Divide simplification bug
d419992
Improved simplification of expressions with logs and exponents
4be485c