pure function funB_2_3(b) result(ret) real(dp), intent(in) :: b real(dp) :: ret ret = funB(b, 2.0_dp, 3.0_dp) end function funB_2_3