- bbp(long) - Static method in class org.mathIT.numbers.Numbers
-
Returns the hexadecimal digit of π at the given position,
according to the Bailey-Borwein-Plouffe algorithm.
- bellmanFord(int) - Method in class org.mathIT.graphs.WeightedGraph
-
Finds shortest paths from source vertex v[s] to all other vertices of this graph.
- bernoulli(int) - Static method in class org.mathIT.numbers.Numbers
-
Returns the Bernoulli number Bn of the nonnegative integer
n.
- bernoulliNumbers(int) - Static method in class org.mathIT.numbers.Numbers
-
Returns an array of n+1 rational numbers with entry number j
representing the Bernoulli number Bj, j = 0, 1, ..., n.
- bestRationalApproximation(BigDecimal, int) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns the best rational approximation of a real number x,
that is, the integers p, q such that x ≈ p/q.
- bestRationalApproximation(double, int) - Static method in class org.mathIT.numbers.Numbers
-
Returns the best rational approximation of a real number x,
that is, the integers p, q such that x ≈ p/q.
- beta(double, double) - Static method in class org.mathIT.numbers.Numbers
-
Returns the beta function value
B(z,w) = ∫01 tz-1
(1-t)w-1 dt.
- BigExponentComparator - Class in org.mathIT.algebra
-
This class implements a comparator to enable descending order with respect to
the exponents of a polynomial created by the class
PolynomialZ
.
- BigExponentComparator() - Constructor for class org.mathIT.algebra.BigExponentComparator
-
- BigNumbers - Class in org.mathIT.numbers
-
This class provides basic analytical and number theoretic functions for big numbers.
- binomial - Static variable in class org.mathIT.numbers.Numbers
-
Array containing the binomial coefficients (n over k)
= binomial
[n][k] for
0 ≤ n, k ≤ 66.
- binomial(long, long) - Static method in class org.mathIT.numbers.Numbers
-
Returns the binomial coefficient (n choose k)
as a floating point number.
- binToBigDecimal(String) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a binary string as a decimal floating-point number.
- binToBigDecimal(String, int) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a binary string as a decimal floating-point number.
- binToBigDecimal(String, MathContext) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a binary string as a decimal floating-point number.
- binToDec(String) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns a binary string as an integer.
- binToDec(String) - Static method in class org.mathIT.numbers.Numbers
-
Returns a binary string as an integer.
- binToDouble(String) - Static method in class org.mathIT.numbers.Numbers
-
Returns a binary string as a decimal floating-point number.
- binToHex(String) - Static method in class org.mathIT.numbers.Numbers
-
Returns a binary string as a hexadecimal string.
- bitFlip(int) - Method in class org.mathIT.quantum.stabilizer.GraphRegister
-
Applies a bitflip gate, i.e., a Pauli X, on vertex v.
- breadthFirstSearch(V, V) - Method in class org.mathIT.graphs.Graph
-
Returns the index of the searched target, or -1 if the target is not
contained in this graph.
- brown(int, int) - Static method in class org.mathIT.numbers.BigNumbers
-
Returns the n-th Brownian number with respect to the specified radix.
- byteValue() - Method in class org.mathIT.numbers.Quaternion
-
Returns the byte value of the real part of this quaternion (by casting to type byte).