Changes for version 0.03 - 2018-01-05
- Fixed the result of the `atan2(x, y)` function, when `x` and `y` are non-positive numbers.
- Less aggressive caching.
Modules
Symbolic math library with support for alternative representations.
Represents a symbolic difference.
Represents the natural exponentiation of a symbolic value.
Represents a symbolic fraction.
Represents the natural logarithm of a symbolic value.
Represents a numerical value.
Represents a symbolic exponentiation in a symbolic base.
Represents a product of an arbitrary (finite) number of symbolic values.
Represents a summation of an arbitrary (finite) number of symbolic values.
Represents a symbolic value.
Examples
- examples/basic.pl
- examples/binomial_theorem.pl
- examples/faulhaber_s_formula.pl
- examples/faulhaber_s_formula_2.pl
- examples/generalized_fibonacci.pl
- examples/log_factorial_asymptotic.pl
- examples/quadratic_polynomials_zeros.pl
- examples/summation.pl
- examples/trigonometric_function_simplifications.pl
- examples/zeta_2n.pl