Mapping integer (must be an n-th power) to n-th root. More...
#include <pow.hpp>
Public Member Functions | |
ValuesMapNroot (const Ops &o) | |
Initialize with operations o. | |
int | val (int x) const |
Perform mapping. |
Protected Attributes | |
Ops | ops |
Operations. |
Mapping integer (must be an n-th power) to n-th root.
|
inline |
|
inline |
|
protected |