.. currentmodule:: endf_parserpy.interpreter.fortran_utils fortran_utils ============= The ``endf_parserpy.interpreter.fortran_utils`` module implements several functions for converting strings with Fortran-formatted numbers to Python :class:`float` and :class:`int` variables. It also provides functions for converting these Python variables to string representations. .. _float2fortstr_fun: .. autofunction:: float2fortstr .. _fortstr2float_fun: .. autofunction:: fortstr2float .. _read_fort_floats_fun: .. autofunction:: read_fort_floats .. _write_fort_floats_fun: .. autofunction:: write_fort_floats