Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

2 views
Skip to first unread message

Ken Overton

unread,
Dec 31, 2009, 11:07:55 AM12/31/09
to begi...@haskell.org
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

Tom Davie

unread,
Dec 31, 2009, 11:20:15 AM12/31/09
to Ken Overton, begi...@haskell.org
(**)

A good place to start on things like this is Hoogle:
http://www.haskell.org/hoogle

Bob

> _______________________________________________
> Beginners mailing list
> Begi...@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>

Darrin Thompson

unread,
Dec 31, 2009, 12:44:25 PM12/31/09
to Ken Overton, begi...@haskell.org

(**) is in the Prelude, no?

--
Darrin

0 new messages