ninej Function

public pure function ninej(a, b, c, d, e, f, g, h, i)

calculates a 9-j symbol. The arguments are given as integers twice the value of the true arguments in the form { a b c } { d e f }

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: a
integer, intent(in) :: b
integer, intent(in) :: c
integer, intent(in) :: d
integer, intent(in) :: e
integer, intent(in) :: f
integer, intent(in) :: g
integer, intent(in) :: h
integer, intent(in) :: i

Return Value real(kind=8)