arithmetic/src/algebra/misc/integerpower.tmpl


%
%  Quake functions to instantiate generic power with integer exponent.
%

readonly proc IntegerPower (nm, rfield) is
  local basic  = nm & "IntegerPower"
  build_generic_intf (basic, "IntegerPower", [rfield], VISIBLE)
  build_generic_impl (basic, "IntegerPower", [rfield])
end