Is exponentiation defined for integral types? #645
-
|
I'd like to be able to raise I think there's an Will any of these deliberations eventually apply to integral types? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
How about Admittedly the current state of affairs might seem a little confusing. I started writing a guide to the math functions and classes of Coalton but haven't finished it. |
Beta Was this translation helpful? Give feedback.
-
|
FWIW: When working with Haskell-derived languages and creating mathematical structures, I found this guide useful: https://a-guide-to-the-purescript-numeric-hierarchy.readthedocs.io/en/latest/introduction.html |
Beta Was this translation helpful? Give feedback.
How about
^, or^^if you want to raise to negative powers?Admittedly the current state of affairs might seem a little confusing. I started writing a guide to the math functions and classes of Coalton but haven't finished it.