category feedNumeric typesBasicseditdelete

This category is a work in progress






Typeclasses

  • Num - the base numeric typeclass ((+), (-), (*), negate, abs)
  • Enum
  • Ord
  • Integral
  • Fractional
  • Floating
  • Real
  • RealFrac
  • RealFloat

Concrete types

  • Int - fixed-precision integer type with at least the range [-2^29 .. 2^29-1]
  • Integer - arbitrary precision integer type
  • Double - fixed precision floating point number

Tutorials

https://gist.github.com/CMCDragonkai/fab0980b3325e8a788c9

https://www.haskell.org/tutorial/numbers.html

edit description
or press Ctrl+Enter to savemarkdown supported
#
scientific (Hackage)
scientific numbers
move item up move item down edit item info delete item
Summary edit summary

Arbitrary precision and space efficient scientific numbers implemented using a coefficient c :: Integer and a base-10 exponent e :: Int.

Summary quit editing summary
Ecosystemedit ecosystem
Ecosystemquit editing ecosystemor press Ctrl+Enter to savemarkdown supported
Notes
collapse notesedit notes

<notes are empty>

add something!