|
laserfields
Fortran95 library to describe time-dependent laser pulses
|
convert real or complex numbers to strings that can be used in gnuplot More...
Public Member Functions | |
| character(15) function | gnuplotstring_d (val) |
| converts a double to a character string for gnuplot | |
| character(33) function | gnuplotstring_z (val) |
| converts a double complex to a character string for gnuplot | |
convert real or complex numbers to strings that can be used in gnuplot
Definition at line 16 of file laserfields_miscfuncs.f90.
| character(15) function laserfields_miscfuncs::gnuplotstring::gnuplotstring_d | ( | real(dp), intent(in) | val | ) |
converts a double to a character string for gnuplot
Definition at line 49 of file laserfields_miscfuncs.f90.
| character(33) function laserfields_miscfuncs::gnuplotstring::gnuplotstring_z | ( | complex(dpc), intent(in) | val | ) |
converts a double complex to a character string for gnuplot
Definition at line 55 of file laserfields_miscfuncs.f90.