Difference between revisions of "Translations:FP Laboratory 2/20/en"
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
− | * Using the multiplication | + | * Using the multiplication over the integer numbers, implement a recursive function that realizes the n-th power of an integer number. |
Latest revision as of 06:37, 19 September 2023
- Using the multiplication over the integer numbers, implement a recursive function that realizes the n-th power of an integer number.