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