IntCalculator

A simple calculator for integers

See also

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun add(a: Int, b: Int): Int

Adds two numbers

Link copied to clipboard
open override fun divide(a: Int, b: Int): Int

Divides two numbers

Link copied to clipboard
open override fun multiply(a: Int, b: Int): Int

Multiplies two numbers

Link copied to clipboard
open override fun subtract(a: Int, b: Int): Int

Subtracts two numbers