CosmicFish  Reference documentation for version 1.0
Looking into future Cosmology
Functions/Subroutines
cosmicfish_utilities Module Reference

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...
 

Detailed Description

This module contains several general purpose utilities.

Author
Marco Raveri

Function/Subroutine Documentation

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.

Parameters
[in]yInput 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.

Parameters
[in]numberInput integer number
Returns
Output string with the number

Definition at line 39 of file 000_Utilities.f90.