trizen 1407ab5075 - Added the `dirichlet_sum(n, \&f, \&g, \&F, \&G)`. 3 years ago
..
BPSW_primality_test.pl 39bb22b1c9 modified: examples/BPSW_primality_test.pl 5 years ago
PSW_primality_test.pl 80cb4a2519 Version 0.34 4 years ago
agm_pi.pl 1c03b44d38 - Minor improvements in examples. 7 years ago
arithmetic_coding.pl 9eac05d56d - Added the `ipow2` and `ipow10` functions. 7 years ago
bernoulli_numbers_from_primes.pl d962a5b899 modified: examples/bernoulli_numbers_from_primes.pl 6 years ago
bernoulli_numbers_recursive.pl c0fff6e8bc modified: examples/bernoulli_numbers_recursive.pl 7 years ago
bernoulli_seidel.pl 1c03b44d38 - Minor improvements in examples. 7 years ago
binary_arithmetic_coding.pl 24343676eb - Added more methods. 7 years ago
binradix_arithmetic_coding.pl 9eac05d56d - Added the `ipow2` and `ipow10` functions. 7 years ago
computing_pi.pl 5f71e5deb6 - Replaced `{ ...; redo; }` with `while (1) { ... }`. 6 years ago
faulhaber_s_formula.pl 73ff456e60 Meta updates. 4 years ago
fibonacci.pl 048f0e0ffe renamed: examples/closed_form_fib.pl -> examples/fibonacci.pl 7 years ago
fibonacci_validation.pl ea51174d4e - Simplifications and optimizations. 7 years ago
halley_s_method.pl cecc7af92d - Added `as_rat(n,b)`: rational string-representation of n in base b. 6 years ago
inverse_of_factorial.pl dea910560a - Added the `approx_cmp(x, y, [k])` function, to compare two numbers by first rounding them to k-th decimal places. 6 years ago
inverse_of_fibonacci.pl 1504010482 - Cached the values of the `bernoulli(n)` function for `n <= 500`. 5 years ago
is_power.pl 14f6812dd4 - Fixed the (in)equality checks when one of the arguments is NaN. 7 years ago
krzysztof_reformulated_zeta_function.pl 1141bed681 modified: examples/krzysztof_reformulated_zeta_function.pl 6 years ago
lambert_W.pl d93d619f6c - Minor simplifications in examples. 7 years ago
mandelbrot_set.pl 6bc476b7f2 new file: examples/mandelbrot_set.pl 6 years ago
miller_rabin_primality_test.pl 80cb4a2519 Version 0.34 4 years ago
newton_s_method.pl cecc7af92d - Added `as_rat(n,b)`: rational string-representation of n in base b. 6 years ago
partial_sums_of_sigma_function.pl 1407ab5075 - Added the `dirichlet_sum(n, \&f, \&g, \&F, \&G)`. 3 years ago
pi_machin.pl 17c775de23 modified: examples/pi_machin.pl 6 years ago
rsa_algorithm.pl 629fc4fadc - Added the `min(@list)` and `max(@list)` functions. 5 years ago
solve_pell_equation.pl 4b6819f89e modified: examples/solve_pell_equation.pl 5 years ago
tac-compressor.pl a8e9308b99 - Each operation is now immutable. 7 years ago
tribonacci.pl 048f0e0ffe renamed: examples/closed_form_fib.pl -> examples/fibonacci.pl 7 years ago
zeta_2n.pl d1816ec284 Version 0.19 6 years ago
zeta_2n_fast.pl ceb4ab3db3 - Added a brief description to each function available for export. 6 years ago