Fn.Pow |
Syntax |
Fn.Pow(Base:RAT,Exponent:RAT):RAT |
Description |
Example |
Fn.SetAccuracy(20); R := Fn.Pow(2,10); Dec(R, 30); 1024 ------------------------------- |
Example |
Fn.SetAccuracy(20); R := Fn.Pow(2,10/3); Dec(R, 30); 10.07936839915898531814 ------------------------------- |
See Also |