Changes for version 0.06 - 2017-04-18
- ADDITIONS
- Added the `nude(x)` function.
- Added the `conj(x)` function.
- Added the `norm(x)` function.
- Added the `reals(x)` function.
- Added the `as_dec(x,y)` function.
- IMPROVEMENTS
- Extended the `agm()` function to support complex numbers.
- Extended the `as_frac()` function to accept an optional base.
- Functions `inv(x)` and `neg(x)` are exportable.
- Math::AnyNum->new() is considerably faster.
- Many internal simplifications and optimizations.
- FIXES
- Fixed a typo in `is_inf()` and `is_ninf()`.
Modules
Arbitrary size precision for integers, rationals, floating-points and complex numbers.
Examples
- examples/agm_pi.pl
- examples/arithmetic_coding.pl
- examples/bernoulli_numbers_recursive.pl
- examples/bernoulli_seidel.pl
- examples/binary_arithmetic_coding.pl
- examples/binradix_arithmetic_coding.pl
- examples/computing_pi.pl
- examples/faulhaber_s_formula.pl
- examples/fibonacci.pl
- examples/fibonacci_validation.pl
- examples/halley_s_method.pl
- examples/inverse_of_factorial.pl
- examples/is_power.pl
- examples/lambert_W.pl
- examples/miller_rabin_primality_test.pl
- examples/newton_s_method.pl
- examples/pi_machin.pl
- examples/power_pairs.pl
- examples/prime_count_approx.pl
- examples/rsa_algorithm.pl
- examples/solve_pell_equation.pl
- examples/tac-compressor.pl
- examples/tribonacci.pl
- examples/zeta_2n.pl
- examples/zeta_2n_fast.pl