
Mapping ranges to powers. More...
#include <nroot.hpp>
Public Member Functions | |
| RangesMapPow (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 ranges to powers.
|
inline |
|
inline |
|
inline |
|
protected |