diophantine Module


Uses

  • module~~diophantine~~UsesGraph module~diophantine diophantine module~constants constants module~diophantine->module~constants

Used by

  • module~~diophantine~~UsedByGraph module~diophantine diophantine proc~get_labels get_labels proc~get_labels->module~diophantine

Functions

public function gcd(a, b) result(g)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: a
integer, intent(in) :: b

Return Value integer

public function lcm(a, b) result(l)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: a
integer, intent(in) :: b

Return Value integer


Subroutines

public subroutine rational_approx(x, max_denom, p, q)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: x
integer, intent(in) :: max_denom
integer, intent(out) :: p
integer, intent(out) :: q