
Mapping integer to n-th root. More...
#include <nroot.hpp>
Public Member Functions | |
| RangesMapNroot (const Ops &o) | |
| Initialize with operations o. More... | |
| int | min (int x) const |
| Perform mapping of minimum. More... | |
| int | max (int x) const |
| Perform mapping of maximum. More... | |
Protected Attributes | |
| Ops | ops |
| Power operations. More... | |
Mapping integer to n-th root.
|
inline |
|
inline |
|
inline |
|
protected |