diff options
Diffstat (limited to 'src/kompsos-math.ads')
| -rw-r--r-- | src/kompsos-math.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kompsos-math.ads b/src/kompsos-math.ads index adf48d2..d834df3 100644 --- a/src/kompsos-math.ads +++ b/src/kompsos-math.ads @@ -338,6 +338,8 @@ package Kompsos.Math is -- repeated-mul -- + -- Should be faster than Exponential for calculating powers. + -- Inputs = Base_Term & Exponent_Term & Power_Term function Repeated_Multiply (This : in Goal; |
