Boboter
Loading...
Searching...
No Matches
square_value.h File Reference

Go to the source code of this file.

Functions

int square (const int value)
 Simple helper function to make it cleaner to square a value in an equation.

Detailed Description

Authors
MarioS271

Function Documentation

◆ square()

int square ( const int value)
inline

Simple helper function to make it cleaner to square a value in an equation.

Returns
The squared value
Parameters
valueThe value to square