pow - raise a number to a power
x y pow -> number
pow computes x raised to the y-th power (x^y).
Raises a RangeCheck error if x is negative, unless y is positive
integer.
Plesser
17.05.2004
/builddir/build/BUILD/nest-simulator-3.3/nest-simulator-3.3/sli/slimath.cc