CosmicFish
Reference documentation for version 1.0
Looking into future Cosmology
|
This module contains several general purpose utilities. More...
Functions/Subroutines | |
character(10) function, public | integer_to_string (number) |
This function converts an integer to a string. Usefull for numbered files output. More... | |
subroutine, public | cosmicfish_write_header (name) |
This subroutine writes to the terminal the CosmicFish header. To be called at the beginning of the applications. | |
real(dl) function, public | dierf (y) |
This function computes the inverse error function in double precision. Taken from: http://www.kurims.kyoto-u.ac.jp/~ooura/gamerf.html and updated to F90. More... | |
This module contains several general purpose utilities.
real(dl) function, public cosmicfish_utilities::dierf | ( | real(dl), intent(in) | y | ) |
This function computes the inverse error function in double precision. Taken from: http://www.kurims.kyoto-u.ac.jp/~ooura/gamerf.html and updated to F90.
[in] | y | Input value |
Definition at line 77 of file 000_Utilities.f90.
character(10) function, public cosmicfish_utilities::integer_to_string | ( | integer, intent(in) | number | ) |
This function converts an integer to a string. Usefull for numbered files output.
[in] | number | Input integer number |
Definition at line 39 of file 000_Utilities.f90.