EMath++
Classes for mathematical concepts
|
Class with some functions for arithmetic math. More...
#include <emath.h>
Static Public Member Functions | |
static void | get_divisors (int n, std::vector< int > &v) noexcept |
Gets the all the positive divisors for an integer. | |
Class with some functions for arithmetic math.
The class consists of the functions that operate with real numbers.
|
staticnoexcept |