Releases: JungleHornet/junglemath
v0.5.4-beta
Fixed crash when passing a map without an X, Y, or Z key to IsValidPointMap().
Full Changelog: v0.5.2-beta...v0.5.4-beta
v0.5.3-beta
Minor tweaks to the calculator and Solve().
Full Changelog: v0.5.2-beta...v0.5.3-beta
v0.5.2-beta
Added new functions for creating junglemath variables from maps, and verifying triangle validity. These help when trying to read junglemath variables from json, and when allowing users to create variables (specifically triangles).
Full Changelog: v0.5.1-beta...v0.5.2-beta
v0.5.1-beta
Small patch that fixes issue with OpenCalculator() where program would crash if the user just pressed enter without typing anything.
Full Changelog: v0.5.0-beta...v0.5.1-beta
v0.5.0-beta
Reworked whole package and added new Math types and used methods on these types instead of functions.
Full Changelog: v0.4.2-beta...v0.5.0-beta
v0.4.2-beta
Small fix/tweak that fixes radical simplifying on big numbers.
Full Changelog: v0.4.0-beta...v0.4.2-beta
v0.4.1-beta
Added roots in calculator, various new functions like Root() and SolveRoots() and added automatically using previous answer in OpenCalculator().
What's Changed
- Triangle ops by @JungleHornet in #1
New Contributors
- @JungleHornet made their first contribution in #1
Full Changelog: v0.3.2-beta...v0.4.1-beta
v0.4.0-beta
Added various triangle operations like orthocenter, centroid, etc.
What's Changed
- Triangle ops by @JungleHornet in #1
Full Changelog: v0.3.2-beta...v0.4.0-beta
v0.3.2-beta
Tweaks/fixes to radical simplifying.
Full Changelog: v0.3.1-beta...v0.3.2-beta
v0.3.1-beta
Added exponent support for Solve() and OpenCalculator().
Full Changelog: v0.3.0-beta...v0.3.1-beta