arithmetic.(phpman.html) - phpMan

bc (1p)              - arbitrary-precision arithmetic language
BN_add (3ssl)        - arithmetic operations on BIGNUMs
BN_add_word (3ssl)   - arithmetic functions on BIGNUMs with integers
BN_div (3ssl)        - arithmetic operations on BIGNUMs
BN_div_word (3ssl)   - arithmetic functions on BIGNUMs with integers
BN_exp (3ssl)        - arithmetic operations on BIGNUMs
BN_gcd (3ssl)        - arithmetic operations on BIGNUMs
BN_mod (3ssl)        - arithmetic operations on BIGNUMs
BN_mod_add (3ssl)    - arithmetic operations on BIGNUMs
BN_mod_exp (3ssl)    - arithmetic operations on BIGNUMs
BN_mod_mul (3ssl)    - arithmetic operations on BIGNUMs
BN_mod_sqr (3ssl)    - arithmetic operations on BIGNUMs
BN_mod_sqrt (3ssl)   - arithmetic operations on BIGNUMs
BN_mod_sub (3ssl)    - arithmetic operations on BIGNUMs
BN_mod_word (3ssl)   - arithmetic functions on BIGNUMs with integers
BN_mul (3ssl)        - arithmetic operations on BIGNUMs
BN_mul_word (3ssl)   - arithmetic functions on BIGNUMs with integers
BN_nnmod (3ssl)      - arithmetic operations on BIGNUMs
BN_sqr (3ssl)        - arithmetic operations on BIGNUMs
BN_sub (3ssl)        - arithmetic operations on BIGNUMs
BN_sub_word (3ssl)   - arithmetic functions on BIGNUMs with integers
integer (3pm)        - Perl pragma to use integer arithmetic instead of float...