Linear Equation

example.main.linear_equation(x)

a linear equation that takes x and return ax+b.

Parameters:

x (int) – input of the linear equation

Returns:

the value of the linear equation for x

Return type:

int