Package com.luchersol.core.specialized_checkers.math.numbers


package com.luchersol.core.specialized_checkers.math.numbers
Specialized checkers for numeric types and operations.

This package serves as the parent package for number-specific validators, organized into subcategories for different numeric types including integer types, decimal types, and arbitrary precision big number types.

Supported number subcategories:

  • Integers - Integer validation (byte, short, int, long)
  • Decimals - Floating-point validation (float, double)
  • Big Numbers - Arbitrary precision numeric validation
Version:
1.0
Author:
LucherSol