Index
All Classes and Interfaces|All Packages|Constant Field Values
D
- decimalToBaseN(double, int) - Method in class mathvoyage.NumberSystem.BaseConverter
-
Converts a decimal number to a base-n string
- decimalToBinary(double) - Method in class mathvoyage.NumberSystem.BaseConverter
-
Converts a decimal number to a binary string
- decimalToHexadecimal(double) - Method in class mathvoyage.NumberSystem.BaseConverter
-
Converts a decimal number to a hexadecimal string
- decimalToOctal(double) - Method in class mathvoyage.NumberSystem.BaseConverter
-
Converts a decimal number to an octal string
- decToBin(double) - Static method in class mathvoyage.vmath.baseConverter
-
Converts a decimal number (double) to binery number (string).
- decToHex(double) - Static method in class mathvoyage.vmath.baseConverter
-
Converts a decimal number (double) to Hexadecimal number (string).
- decToN(double, int) - Static method in class mathvoyage.vmath.baseConverter
-
Converts a decimal number (double) to a number of any base (string).
- decToOct(double) - Static method in class mathvoyage.vmath.baseConverter
-
Converts a decimal number (double) to Octal number (string).
- DEGREE - Enum constant in enum class mathvoyage.Angle
-
Degree angle.
- degreeToRadian(double) - Method in class mathvoyage.trig.trigonometry
-
Returns the conversion of degree to radian.
- degreeToRadian(double) - Static method in class mathvoyage.vmath.Trigonometry
-
Returns the conversion of degree to radian.
- determinant(Matrix) - Static method in class mathvoyage.vmath.matrix
-
Returns the determinant of a matrix.
- distance(Point, Point, DistanceType) - Static method in class mathvoyage.vmath.geometry
-
Returns the distance between two points.
- distanceBetweenTwoParallelLines(Line, Line) - Method in class mathvoyage.geometry.Geometry
-
Returns the distance between two parallel lines.
- distanceBetweenTwoParallelLines(Line, Line) - Static method in class mathvoyage.vmath.geometry
-
Returns the distance between two parallel lines.
- distanceCartesian(Point, Point) - Method in class mathvoyage.geometry.Geometry
-
Returns the distance between two points in cartesian coordinates.
- distancePolar(Point, Point) - Method in class mathvoyage.geometry.Geometry
-
Returns the distance between two points in polar coordinates.
- distanceType - Enum Class in mathvoyage.geometry
-
The enum Distance type.
- DistanceType - Enum Class in mathvoyage
-
The enum Distance type.
All Classes and Interfaces|All Packages|Constant Field Values