All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.frogif.calculator.number.exception.DivideByZeroException Maven / Gradle / Ivy

Go to download

support general calculate for rational number and integer number, and precision lossless.

The newest version!
package io.github.frogif.calculator.number.exception;

public class DivideByZeroException extends ArithmeticException {

    public DivideByZeroException() {
        super("/ by zero");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy