[Haskell-beginners] Is there a (^) function for exponents other than integral?

Darrin Thompson darrinth at gmail.com
Thu Dec 31 12:44:13 EST 2009


On Thu, Dec 31, 2009 at 11:05 AM, Ken Overton <koverton at lab49.com> wrote:
> Sorry if this is from a faq list somewhere, I've been looking through the
> more common locations/libs and have been unable to find a way to raise
> numbers to a fractional exponent.   Can someone help me to find such a
> function in haskell?
>

(**) is in the Prelude, no?

--
Darrin


More information about the Beginners mailing list