pure function funOverB_1(b) result(ret) real(dp), intent(in) :: b real(dp) :: ret ret = funOverB(b, 1.0_dp) end function funOverB_1