![]() |
MolSSI Integral Reference Project
|
Some miscellaneous mathematical functions in interval arithmetic. More...
Functions | |
slong | mirp_min_accuracy_bits (arb_srcptr v, size_t n) |
Finds the least number of accuracy bits in a vector. More... | |
void | mirp_pow_si (arb_t output, const arb_t b, long e, slong prec) |
Calculates b^e with e being a signed integer. More... | |
void | mirp_factorial (arb_t output, long n) |
Calculates a factorial using interval arithmetic. More... | |
void | mirp_factorial2 (arb_t output, long n) |
Calculates a double factorial using interval arithmetic. More... | |
void | mirp_binomial (arb_t output, long n, long k) |
Calculates a binomial coefficient using interval arithmetic. More... | |
Some miscellaneous mathematical functions in interval arithmetic.
void mirp_binomial | ( | arb_t | output, |
long | n, | ||
long | k | ||
) |
Calculates a binomial coefficient using interval arithmetic.
void mirp_factorial | ( | arb_t | output, |
long | n | ||
) |
Calculates a factorial using interval arithmetic.
void mirp_factorial2 | ( | arb_t | output, |
long | n | ||
) |
Calculates a double factorial using interval arithmetic.
slong mirp_min_accuracy_bits | ( | arb_srcptr | v, |
size_t | n | ||
) |
Finds the least number of accuracy bits in a vector.
[in] | v | The vector to search the minimum accuracy of |
[in] | n | The length of the vector |
void mirp_pow_si | ( | arb_t | output, |
const arb_t | b, | ||
long | e, | ||
slong | prec | ||
) |
Calculates b^e with e being a signed integer.