Package mathvoyage

Class vmath

java.lang.Object
mathvoyage.vmath

public class vmath extends Object
The type Vmath.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Contains Basic Algebraic functions to find min, max, min and max index of an array, factorial, and more.
    static class 
    Contains functions to convert numbers from one base to another.
    static class 
    Contains functions to calculate bitwise operations.
    static class 
    Contains functions to calculate combination, permutations and vice versa of numbers and sets of numbers.
    static class 
    The type Constant.
    static class 
    Contains functions to calculate coordinate geometric operations.
    static class 
    Contains functions to calculate the determinant, inverse, transpose, addition, subtraction, multiplication, and more of matrices.
    static class 
    Contains functions to calculate trigonometric relations and values for numbers in radian and degree.
    static class 
    Contains functions to calculate vector operations
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • vmath

      public vmath()