GHE Library

class ghe.library.MathLibrary(x: int)[source]

Bases: object

A really great math library

add(y: int) int[source]

Calculates the real summation of the stored x and the argument y. :param y: integer addend 2

Returns

The integer summation of x and y.