trizen 423bf347a3 - Added the `is_power_of(n,b)` method. 2 years ago
..
00-load.t 9020c642b3 Version 0.18. 6 years ago
bernoulli_and_euler_numbers.t b50e47893c - Extended `powmod(b, n, m)` to support rational bases `b`. 4 years ago
constants.t 355155552d - `euler(n)`: n-th Euler number (OEIS: A122045). 6 years ago
exp.t a8e9308b99 - Each operation is now immutable. 7 years ago
fib.t 2f785855bc - Added tests for each function/method. 7 years ago
floor_ceil.t a8e9308b99 - Each operation is now immutable. 7 years ago
general.t b50e47893c - Extended `powmod(b, n, m)` to support rational bases `b`. 4 years ago
general_2.t b50e47893c - Extended `powmod(b, n, m)` to support rational bases `b`. 4 years ago
harmonic.t 2f785855bc - Added tests for each function/method. 7 years ago
inc_dec.t a8e9308b99 - Each operation is now immutable. 7 years ago
integer_functions.t 423bf347a3 - Added the `is_power_of(n,b)` method. 2 years ago
integer_logic.t b50e47893c - Extended `powmod(b, n, m)` to support rational bases `b`. 4 years ago
integer_operations.t 0c6f57ce3b - Added the `chebyshevTmod(n,x,m)` and `chebyshevUmod(n,x,m)` methods. 2 years ago
inv.t a8e9308b99 - Each operation is now immutable. 7 years ago
kronecker.t 465110fafb - Minor optimization in `kronecker(n,k)` when `n` is a native integer or when both `n` and `k` are native integers. 5 years ago
log.t b50e47893c - Extended `powmod(b, n, m)` to support rational bases `b`. 4 years ago
miller_rabin_test.t 80cb4a2519 Version 0.34 4 years ago
misc_functions.t 7438891518 - Added the `ratmod(r,m)` function. 4 years ago
mod.t 3925ddf3a7 Support (a/b)%m when m is not coprime to b. 2 years ago
native_32_ints.t b50e47893c - Extended `powmod(b, n, m)` to support rational bases `b`. 4 years ago
native_64_ints.t b50e47893c - Extended `powmod(b, n, m)` to support rational bases `b`. 4 years ago
new.t 2f785855bc - Added tests for each function/method. 7 years ago
overload.t b41e66f113 Version 0.30 5 years ago
pod-coverage.t faa3654af1 - Extended the new_c() method to accept three arguments: (real, imag, base) 7 years ago
pod.t faa3654af1 - Extended the new_c() method to accept three arguments: (real, imag, base) 7 years ago
pow.t 0c6f57ce3b - Added the `chebyshevTmod(n,x,m)` and `chebyshevUmod(n,x,m)` methods. 2 years ago
root.t 2f785855bc - Added tests for each function/method. 7 years ago
round.t 2f785855bc - Added tests for each function/method. 7 years ago
scalar.t b50e47893c - Extended `powmod(b, n, m)` to support rational bases `b`. 4 years ago
special_functions.t b50e47893c - Extended `powmod(b, n, m)` to support rational bases `b`. 4 years ago
trigonometric_functions.t 0ce13535a5 - Minor simplification in `__atanh__()`. 7 years ago
trigonometry.t 2f785855bc - Added tests for each function/method. 7 years ago