Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- abs(double) - Method in class mathvoyage.algebra.Algebra
-
returns the absolute value of a number.
- abs(double) - Static method in class mathvoyage.vmath.algebra
-
Returns the Absolute value of a number.
- abs(int) - Method in class mathvoyage.algebra.Algebra
-
returns the absolute value of a number.
- abs(int) - Static method in class mathvoyage.vmath.algebra
-
Returns the Absolute value of a number.
- ACUTE - Enum constant in enum class mathvoyage.triangleType
-
Acute triangle type.
- add(Matrix) - Method in class mathvoyage.matrix.Matrix
-
Add matrix.
- add(Matrix, Matrix) - Static method in class mathvoyage.vmath.matrix
-
Returns the addition of two matrices.
- add(vector) - Method in class mathvoyage.matrix.vector
-
Add vector.
- add(vector, vector) - Static method in class mathvoyage.vmath.Vector
-
Add vector.
- addOK(int, int, boolean) - Method in class mathvoyage.bitwise.Bitwise
-
returns true if the addition of x and y does not result in overflow, and false otherwise.
- addOK(int, int, signType) - Static method in class mathvoyage.vmath.bitwise
-
returns true if the addition of a and b does not result in overflow, and false otherwise.
- algebra() - Constructor for class mathvoyage.vmath.algebra
- Algebra - Class in mathvoyage.algebra
-
voyager.Algebra.java
- and(int, int) - Static method in class mathvoyage.vmath.bitwise
-
Return the bitwise And value
- Angle - Enum Class in mathvoyage
-
The enum Angle.
- angleBetweenTwoSlopes(double, double) - Method in class mathvoyage.geometry.Geometry
-
Returns the angle between two slopes.
- angleBetweenTwoSlopes(double, double) - Static method in class mathvoyage.vmath.geometry
-
Return the angle between two slopes.
- arccos(double) - Method in class mathvoyage.trig.trigonometry
-
Returns the arccosine of a number.
- arccos(double, Angle) - Static method in class mathvoyage.vmath.Trigonometry
-
Returns the arc cosine of a number.
- arccosec(double) - Method in class mathvoyage.trig.trigonometry
-
Returns the arcosec of a number.
- arccosec(double, Angle) - Static method in class mathvoyage.vmath.Trigonometry
-
Returns the arc cosecant of a number.
- arccosecRad(double) - Method in class mathvoyage.trig.trigonometry
-
Returns the arcosec of a number.
- arccosRad(double) - Method in class mathvoyage.trig.trigonometry
-
Returns the arccosine of a number.
- arccot(double) - Method in class mathvoyage.trig.trigonometry
-
Returns the arccotangent of a number.
- arccot(double, Angle) - Static method in class mathvoyage.vmath.Trigonometry
-
Returns the arc cotangent of a number.
- arccotRad(double) - Method in class mathvoyage.trig.trigonometry
-
Returns the arccotangent of a number.
- ARCHIMEDES_CONSTANT - Static variable in class mathvoyage.vmath.constant
-
The constant ARCHIMEDES_CONSTANT.
- arcsec(double) - Method in class mathvoyage.trig.trigonometry
-
Returns the arcsec of a number.
- arcsec(double, Angle) - Static method in class mathvoyage.vmath.Trigonometry
-
Returns the arc secant of a number.
- arcsecRad(double) - Method in class mathvoyage.trig.trigonometry
-
Returns the arcsec of a number.
- arcsin(double) - Method in class mathvoyage.trig.trigonometry
-
Returns the arcsine of a number.
- arcsin(double, Angle) - Static method in class mathvoyage.vmath.Trigonometry
-
Returns the arc sine of a number.
- arcsinRad(double) - Method in class mathvoyage.trig.trigonometry
-
Returns the arcsine of a number.
- arctan(double) - Method in class mathvoyage.trig.trigonometry
-
Returns the arctangent of a number.
- arctan(double, Angle) - Static method in class mathvoyage.vmath.Trigonometry
-
Returns the arc tangent of a number.
- arctanRad(double) - Method in class mathvoyage.trig.trigonometry
-
Returns the arctangent of a number.
- areaOfCircle(Point, Point) - Method in class mathvoyage.geometry.Geometry
-
Returns the area of a circle.
- areaOfCircle(Point, Point) - Static method in class mathvoyage.vmath.geometry
-
Returns the area of a circle given two end points of the radius.
- areaOfConvexPolygon(Point[]) - Method in class mathvoyage.geometry.Geometry
-
Returns the area of a convex polygon using points inputted in anticlockwise order.
- areaOfConvexPolygon(Point[]) - Static method in class mathvoyage.vmath.geometry
-
Returns the area of a convex polygon using points inputted in anticlockwise order.
- areaOfQuadrilateral(Line, Line, Line, Line) - Static method in class mathvoyage.vmath.geometry
-
Returns the area of a quadrilateral using four lines inputted in anticlockwise order.
- areaOfQuadrilateral(Point, Point, Point, Point) - Method in class mathvoyage.geometry.Geometry
-
Returns the area of a quadrilateral using points inputted in anti-clockwise order.
- areaOfQuadrilateral(Point, Point, Point, Point) - Static method in class mathvoyage.vmath.geometry
-
Returns the area of a quadrilateral using points inputted in anti-clockwise order.
- areaOfQuadrilateralUsingLine(Line, Line, Line, Line) - Method in class mathvoyage.geometry.Geometry
-
Returns the area of a quadrilateral using four lines inputted in anticlockwise order.
- areaOfTriangle(Line, Line, Line) - Static method in class mathvoyage.vmath.geometry
-
Returns the area of a triangle given three lines.
- areaOfTriangle(Point, Point, Point) - Method in class mathvoyage.geometry.Geometry
-
Returns the area of a triangle inputted in anti-clockwise order.
- areaOfTriangle(Point, Point, Point) - Static method in class mathvoyage.vmath.geometry
-
Returns the area of a triangle given three points.
- areaOfTriangleGivenLine(Line, Line, Line) - Method in class mathvoyage.geometry.Geometry
-
Returns the area of a triangle given three lines.
- areThreeLinesSame(Line, Line, Line) - Static method in class mathvoyage.vmath.geometry
-
Returns if the given three lines are same
- argMax(T[]) - Static method in class mathvoyage.vmath.algebra
-
Returns the index of the maximum of an array of comparable objects.
- argMin(T[]) - Static method in class mathvoyage.vmath.algebra
-
Returns the index of the minimum of an array of comparable objects.
- ASTRONOMICAL_UNIT - Static variable in class mathvoyage.vmath.constant
-
The constant ASTRONOMICAL_UNIT.
- AVOGADRO_NUMBER - Static variable in class mathvoyage.vmath.constant
-
The constant AVOGADRO_NUMBER.
All Classes and Interfaces|All Packages|Constant Field Values