Package net.luis.utils.math


package net.luis.utils.math
  • Class
    Description
    Utility class for math operations.
    Represents a type of number that can be parsed from a string.
    This enum contains the java default number types and their respective parsers.
    Represents a radix for number conversion.
    The radix is the base of a number system.
    This class represents the most common radices used in computer science:
    Binary (base 2) Octal (base 8) Decimal (base 10) Hexadecimal (base 16)