Is there a (^) function for exponents other than integral?

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? Thanks, -- kov

(**)
A good place to start on things like this is Hoogle:
http://www.haskell.org/hoogle
Bob
On Thu, Dec 31, 2009 at 4:05 PM, Ken Overton
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?
Thanks,
-- kov
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

On Thu, Dec 31, 2009 at 11:05 AM, Ken Overton
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
participants (3)
-
Darrin Thompson
-
Ken Overton
-
Tom Davie