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_mathUnsigned::operator(.uadd.) |
Generate and return a (possibly overflowed) signed integer that is the result of adding the two input (non-negative) integers without runtime overflow error. More... | |
Modules | |
module | pm_mathUnsigned |
This module contains procedures and generic interfaces for various operations with positive integers with results that have the same binary representation as an unsigned integer. Such operations (like addition or subtraction) would normally cause runtime overflow errors within the default Fortran environment. | |
Variables | |
character(*, SK), parameter | pm_mathUnsigned::MODULE_NAME = "@pm_mathUnsigned" |