Public Member Functions | |
| type(dc_scaled_sec) function | dcscaledsec_div_si (sclsec, factor) |
| type(dc_scaled_sec) function | dcscaledsec_div_sr (sclsec, factor) |
| type(dc_scaled_sec) function | dcscaledsec_div_sd (sclsec, factor) |
| type(dc_scaled_sec) function | dcscaledsec_div_ss (sclsec, factor) |
Definition at line 214 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(/)::dcscaledsec_div_sd | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| real(dp), intent(in) | factor | ||
| ) |
Divide DC_SCALED_SEC by double precision
| [in] | sclsec | DC_SCALED_SEC variable (dividend) |
| [in] | factor | Double precision divisor |
Definition at line 1929 of file dc_scaledsec.f90.
References dc_types::dp_eps.
| type(dc_scaled_sec) function dc_scaledsec::operator(/)::dcscaledsec_div_si | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| integer, intent(in) | factor | ||
| ) |
Divide DC_SCALED_SEC by integer
| [in] | sclsec | DC_SCALED_SEC variable (dividend) |
| [in] | factor | Integer divisor |
Definition at line 1905 of file dc_scaledsec.f90.
| type(dc_scaled_sec) function dc_scaledsec::operator(/)::dcscaledsec_div_sr | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| real, intent(in) | factor | ||
| ) |
Divide DC_SCALED_SEC by single precision real
| [in] | sclsec | DC_SCALED_SEC variable (dividend) |
| [in] | factor | Single precision divisor |
Definition at line 2002 of file dc_scaledsec.f90.
References dc_types::dp.
| type(dc_scaled_sec) function dc_scaledsec::operator(/)::dcscaledsec_div_ss | ( | type(dc_scaled_sec), intent(in) | sclsec, |
| type(dc_scaled_sec), intent(in) | factor | ||
| ) |
Divide DC_SCALED_SEC by DC_SCALED_SEC
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 1869 of file dc_scaledsec.f90.