%------------------------------------------------------------------------------ % Power function nnx^nny % % Author: David Lester, Manchester University & NIA % % Version 1.0 19/08/08 Initial version (DRL) %------------------------------------------------------------------------------
n: VAR nat
pn: VAR posnat
a,b,x,y,z: VAR nnreal
q: VAR nnrat
px,py,pa,pb,
delta,r,
epsilon: VAR posreal
nnreal_expt(x,y):nnreal
= IF y = 0 OR x = 1 THEN 1 ELSIF x < 1 THEN glb({z | EXISTS q: q <= y AND z = nn_rational_expt(x,q)}) ELSE lub({z | EXISTS q: q <= y AND z = nn_rational_expt(x,q)}) ENDIF
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.