Releases: sr5434/Codegebra
Releases · sr5434/Codegebra
v1.7.0
v1.6.3
Full Changelog: v1.6.2...v1.6.3
Bugfixes for SOLVE
with linear equations and implement INTANG
v1.6.2
Full Changelog: v1.6.1...v1.6.2
Bugfix for SOLVE
v1.6.1
Full Changelog: v1.6.0...v1.6.1
Bugfixes for FACTOR
, INTEGRATE
, and DIFF
.
v1.6.0
Full Changelog: v1.5.9...v1.6.0
CENTR
: Calculate the centroid of a triangle
v1.5.9
Full Changelog: v1.5.8...v1.5.9
Add inequality solving support
v1.5.8
Full Changelog: v1.5.7...v1.5.8
Add machine epsilon and bugfixes
v1.5.7
Full Changelog: v1.5.6...v1.5.7
Make Kronecker function write to ANS, allow user to set machine epsilon(only supported by TRI
), and add:
TRI
: Classify features about a triangle from its points.EPS
: Set machine epsilon(defaults to 12 and only supported byTRI
)
v1.5.6
Full Changelog: v1.5.5...v1.5.6
Add:
ATAN2
: Calculate the 4 quadrant arc tangent of an expression, vector, matrix, or number
v1.5.5
Full Changelog: v1.5.4...v1.5.5
Add:
- KRON: Kronecker product of 2 matricies
- COT: Calculate the cotangent of an expression, vector, matrix, or number
- LINSP: Generate a linearly spaced vector
- CSUM: Cumulative sum of a vector
- CPROD: Cumulative product of a vector
- LOG2: Calculate the base 2 logarithm of an expression, vector, matrix, or number
- LOG10: Calculate the base 10 logarithm of an expression, vector, matrix, or number