- factorial(int) - Static method in class org.mathIT.numbers.Numbers
 
- 
Returns the exact value of n!.
 
- Factors - Class in org.mathIT.numbers
 
- 
An object of this class contains a list of all prime factors and their exponents.
 
- Factors(BigInteger) - Constructor for class org.mathIT.numbers.Factors
 
- 
Computes prime factors of n and stores them into this map.
 
- Factors(long) - Constructor for class org.mathIT.numbers.Factors
 
- 
Computes prime factors of n and stores them into this map.
 
- FastaFileFilter - Class in org.mathIT.genes
 
- 
This class provides a factory method to create a file name extension filter for files in
  
FASTA format.
 
 
- FibonacciHeap<V extends Vertible<V>> - Class in org.mathIT.graphs
 
- 
This class implements a Fibonacci heap data structure.
 
- FibonacciHeap() - Constructor for class org.mathIT.graphs.FibonacciHeap
 
- 
Constructs a FibonacciHeap object that contains no elements.
 
- FibonacciHeap(V[]) - Constructor for class org.mathIT.graphs.FibonacciHeap
 
- 
Constructs a FibonacciHeap object containing the elements of the specified array.
 
- Files - Class in org.mathIT.util
 
- 
This class offers static methods for saving and loading files, for instance 
 of texts or CSV-formatted tables.
 
- Files() - Constructor for class org.mathIT.util.Files
 
-  
 
- floatValue() - Method in class org.mathIT.numbers.Quaternion
 
- 
Returns the float value of the real part of this quaternion (by casting to type float).
 
- floydWarshall() - Method in class org.mathIT.graphs.WeightedGraph
 
- 
Finds all-pairs shortest paths in this graph.
 
- Formats - Class in org.mathIT.util
 
- 
This class provides often used formats.
 
- fromBitmaskCode(byte) - Static method in enum org.mathIT.genes.Codon
 
- 
Returns the DNA codon which is represented by the specified bitmask code,
  an integer x satisfying 0 ≤ x < 64.
 
- fromString(CharSequence) - Static method in enum org.mathIT.genes.Codon
 
- 
Returns the DNA codon which is represented by the specified three-letter 
  string, a triplet, consisting of the DNA letters T, C, A, G.
 
- fromString(String) - Static method in enum org.mathIT.genes.RNACodon
 
- 
Returns the DNA codon which is represented by the specified three-letter 
  string, a triplet, consisting of the DNA letters T, C, A, G.
 
- fromTriplet(char, char, char) - Static method in enum org.mathIT.genes.Codon
 
- 
Returns the DNA codon which is represented by the specified three 
  nucleobases, a triplet, consisting of the DNA letters T, C, A, G.
 
- function - Variable in class org.mathIT.quantum.QuantumGate
 
- 
the parsed function for the function evaluation gate Uf.
 
- FunctionParser - Class in org.mathIT.util
 
- 
This class provides methods to parse and evaluate strings representing functions.
 
- FunctionParser(String) - Constructor for class org.mathIT.util.FunctionParser
 
- 
Creates a function parser from a single function in usual notation,
  infix for binary operators and prefix for functions and ternary operators.
 
- FunctionParser(String[]) - Constructor for class org.mathIT.util.FunctionParser
 
- 
Creates a function parser from a list of functions in usual 
  (infix or prefix) notation.
 
- FunctionParser(ArrayList<String[]>) - Constructor for class org.mathIT.util.FunctionParser
 
- 
Creates a function parser from the list of functions in postfix notation.