Public Member Functions | |
| type(dc_scaled_sec) function | dcscaledsec_mod_si (sclsec, factor) |
| type(dc_scaled_sec) function | dcscaledsec_mod_sr (sclsec, factor) |
| type(dc_scaled_sec) function | dcscaledsec_mod_sd (sclsec, factor) |
| type(dc_scaled_sec) function | dcscaledsec_mod_ss (sclsec, factor) |
Definition at line 221 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::mod::dcscaledsec_mod_sd | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| real(dp), intent(in) | factor | ||
| ) |
Calculate remainder of DC_SCALED_SEC divided by double
| [in] | sclsec | DC_SCALED_SEC variable (dividend) |
| [in] | factor | Double precision divisor |
Definition at line 2190 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::mod::dcscaledsec_mod_si | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| integer, intent(in) | factor | ||
| ) |
Calculate remainder of DC_SCALED_SEC divided by integer
| [in] | sclsec | DC_SCALED_SEC variable (dividend) |
| [in] | factor | Integer divisor |
Definition at line 2136 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::mod::dcscaledsec_mod_sr | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| real, intent(in) | factor | ||
| ) |
Calculate remainder of DC_SCALED_SEC divided by real
| [in] | sclsec | DC_SCALED_SEC variable (dividend) |
| [in] | factor | Single precision divisor |
Definition at line 2163 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::mod::dcscaledsec_mod_ss | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| type(dc_scaled_sec), intent(in) | factor | ||
| ) |
Calculate remainder of DC_SCALED_SEC division
Note: Due to precision limitations in Fortran compilers, factor must be smaller than 10^12.
| [in] | sclsec | DC_SCALED_SEC variable (dividend) |
| [in] | factor | DC_SCALED_SEC variable (divisor) |
Definition at line 2032 of file dc_scaledsec.f90.
References dc_types::dp_eps.