Index
All Classes and Interfaces|All Packages|Constant Field Values
O
- OBTUSE - Enum constant in enum class mathvoyage.triangleType
-
Obtuse triangle type.
- octalToBaseN(String, int) - Method in class mathvoyage.NumberSystem.BaseConverter
-
Octal to base n string.
- octalToBinary(String) - Method in class mathvoyage.NumberSystem.BaseConverter
-
Converts an octal string to a binary string
- octalToDecimal(String) - Method in class mathvoyage.NumberSystem.BaseConverter
-
Converts an octal string to a decimal number
- octalToHexadecimal(String) - Method in class mathvoyage.NumberSystem.BaseConverter
-
Octal to hexadecimal string.
- octToBin(String) - Static method in class mathvoyage.vmath.baseConverter
-
Converts an octal number (string) to a binary number (string).
- octToDec(String) - Static method in class mathvoyage.vmath.baseConverter
-
Converts an Octal number (String) to a Decimal number (double).
- octToHex(String) - Static method in class mathvoyage.vmath.baseConverter
-
Converts a number from octal to hexadecimal
- octToN(String, int) - Static method in class mathvoyage.vmath.baseConverter
-
Converts a number from octal to any base
- ones(int, int) - Static method in class mathvoyage.vmath.matrix
-
Returns a matrix of ones of the given size.
- or(int, int) - Static method in class mathvoyage.vmath.bitwise
-
Return the bitwise OR value
All Classes and Interfaces|All Packages|Constant Field Values