MANIFEST 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Build.PL
  2. Changes
  3. examples/agm_pi.pl
  4. examples/arithmetic_coding.pl
  5. examples/bernoulli_numbers_from_primes.pl
  6. examples/bernoulli_numbers_recursive.pl
  7. examples/bernoulli_seidel.pl
  8. examples/binary_arithmetic_coding.pl
  9. examples/binradix_arithmetic_coding.pl
  10. examples/BPSW_primality_test.pl
  11. examples/computing_pi.pl
  12. examples/faulhaber_s_formula.pl
  13. examples/fibonacci.pl
  14. examples/fibonacci_validation.pl
  15. examples/halley_s_method.pl
  16. examples/inverse_of_factorial.pl
  17. examples/inverse_of_fibonacci.pl
  18. examples/is_power.pl
  19. examples/krzysztof_reformulated_zeta_function.pl
  20. examples/lambert_W.pl
  21. examples/mandelbrot_set.pl
  22. examples/miller_rabin_primality_test.pl
  23. examples/newton_s_method.pl
  24. examples/partial_sums_of_sigma_function.pl
  25. examples/pi_machin.pl
  26. examples/PSW_primality_test.pl
  27. examples/rsa_algorithm.pl
  28. examples/solve_pell_equation.pl
  29. examples/tac-compressor.pl
  30. examples/tribonacci.pl
  31. examples/zeta_2n.pl
  32. examples/zeta_2n_fast.pl
  33. ignore.txt
  34. lib/Math/AnyNum.pm
  35. lib/Math/AnyNum.pod
  36. LICENSE
  37. Makefile.PL
  38. MANIFEST This list of files
  39. META.json
  40. META.yml
  41. README.md
  42. t/00-load.t
  43. t/bernoulli_and_euler_numbers.t
  44. t/constants.t
  45. t/exp.t
  46. t/fib.t
  47. t/floor_ceil.t
  48. t/general.t
  49. t/general_2.t
  50. t/harmonic.t
  51. t/inc_dec.t
  52. t/integer_functions.t
  53. t/integer_logic.t
  54. t/integer_operations.t
  55. t/inv.t
  56. t/kronecker.t
  57. t/log.t
  58. t/miller_rabin_test.t
  59. t/misc_functions.t
  60. t/mod.t
  61. t/native_32_ints.t
  62. t/native_64_ints.t
  63. t/new.t
  64. t/overload.t
  65. t/pod-coverage.t
  66. t/pod.t
  67. t/pow.t
  68. t/root.t
  69. t/round.t
  70. t/scalar.t
  71. t/special_functions.t
  72. t/trigonometric_functions.t
  73. t/trigonometry.t
  74. TODO
  75. utils/align_types.pl
  76. utils/auto_perltidy.sh
  77. utils/bak_cleaner.sh