Modern Fortran Machine Constants Module

Find us on…

GitHub

fortran-mach

fortran-mach

Modern Fortran Machine Constants Module (r1mach, d1mach, i1mach).

Status

GitHub release Build Status codecov last-commit

Compiling

A Fortran Package Manager manifest file is included, so that the library and test cases can be compiled with FPM. For example:

fpm build --profile release
fpm test --profile release

To use fortran-mach within your fpm project, add the following to your fpm.toml file:

[dependencies]
fortran-mach = { git="https://github.com/jacobwilliams/fortran-mach.git" }

Or, to use a specific version:

[dependencies]
fortran-mach = { git="https://github.com/jacobwilliams/fortran-mach.git", tag = "0.1.0" }

Documentation

The latest API documentation can be found here. This was generated from the source code using FORD.

See also

References

Developer Info

Jacob Williams

Source Files

Modules

Procedures