ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Data Types | |
interface | pm_mathExp::isIntPow |
Generate and return .true. if and only if the input positive integer is a whole-number (integer) power of the specified integer base . More... | |
interface | pm_mathExp::getExpNext |
Generate the next integer exponent expNext for the specified input base and absolute value absx = abs(x) such that the condition absx <= base**expNext holds. More... | |
interface | pm_mathExp::getExpPrev |
Generate the previous integer exponent expPrev for the specified input base and absolute value absx = abs(x) such that the condition base**expPrev <= absx holds. More... | |
Modules | |
module | pm_mathExp |
This module contains procedures and generic interfaces for computing the previous/next integer exponent for the given base that yields a number smaller/larger than the absolute input value. | |
Variables | |
character(*, SK), parameter | pm_mathExp::MODULE_NAME = "@pm_mathExp" |