Changes for version 0.02 - 2017-01-02
- Renamed the method `inside()` to `get()`.
- Uncached the `numeric()` method.
- Added the `set()` method in `Math::Bacovia::Symbol`, which allows changing the numerical value of the self-object.
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