Top level module for all of the useful functions written for Fortran for Scientists and Engineers
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public, | parameter | :: | PI_64 | = | 3.141592653589793 | |
real(kind=real64), | public, | parameter | :: | PI | = | PI_64 | |
real(kind=real32), | public, | parameter | :: | PI_32 | = | 3.14159265 | |
integer, | public, | parameter | :: | int128 | = | selected_int_kind(38) |