DEC_TO_FRAC Subroutine

public subroutine DEC_TO_FRAC(X, NUM, DEN, TOL)

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in) :: X
integer, intent(out) :: NUM
integer, intent(out) :: DEN
real(kind=wp), intent(in), optional :: TOL

Calls

proc~~dec_to_frac~~CallsGraph proc~dec_to_frac DEC_TO_FRAC isclose isclose proc~dec_to_frac->isclose

Contents

None