Changes for version 0.05
- 5% optimization in pow(), mod() and is_div() with integer arguments.
- fixed `0**Inf` to return `0` and `0**(-Inf)` to return `Inf`
Modules
Arbitrary size precision for integers, rationals and floating-point numbers
Represents the +Infinity value.
Represents the Not-a-Number value.
Examples
- examples/agm_pi.pl
- examples/arithmetic_coding.pl
- examples/bernoulli_numbers_recursive.pl
- examples/binary_arithmetic_coding.pl
- examples/binradix_arithmetic_coding.pl
- examples/closed_form_fib.pl
- examples/coin_change.pl
- examples/faulhaber_s_formula.pl
- examples/fibonacci_validation.pl
- examples/pi_machin.pl
- examples/power_pairs.pl
- examples/prime_count_approx.pl
- examples/rsa_algorithm.pl
- examples/tac-compressor.pl
- examples/zeta_2n.pl