pure function funA_3_2overR2(b) result(ret) real(dp), intent(in) :: b real(dp) :: ret ret = OverR2 * funA_3_2(b) end function funA_3_2overR2