Mathworks++
A C++ port of Python Mathworks
 All Classes Namespaces Files Functions Pages
exponent.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  mathworks
 
namespace  mathworks::exponent
 

Functions

int mathworks::exponent::square (int base)
 Gets the square of the number. More...
 
double mathworks::exponent::square (double base)
 Gets the square of the number. More...
 
int mathworks::exponent::cube (int base)
 Gets the cube of the number. More...
 
double mathworks::exponent::cube (double base)
 Gets the cube of the number. More...
 
int mathworks::exponent::calc (int base, int power)
 Raises a number to a power. More...
 
double mathworks::exponent::calc (double base, int power)
 Raises a number to a power. More...