Question: IN HASKELL Declare the type and define a function that takes two integers as argument (say m, and n). The function returns m to the
IN HASKELL
Declare the type and define a function that takes two integers as argument (say m, and n). The function returns m to the power n. Please use recursion only (do not use any library function or operators: m ^ n, or m ** n). Also please consider all conditions. That is, either, or both input numbers could be negative, zero, or positive.
IN HASKELL
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
