diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-08 17:03:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-11 03:17:21 +0700 |
commit | 9946ff74c0c9da0b62f28a9270ab5132669faac4 (patch) | |
tree | ee49b7bb6c136b20cb5de4946bd7a64398ed642d /haskell/haskell-fixed/slack-desc | |
parent | 07d213c1a322ed149a050a8b5ccdcb66e17c6e6d (diff) | |
download | slackbuilds-9946ff74c0c9da0b62f28a9270ab5132669faac4.tar.gz |
haskell/haskell-fixed: Added (fixed point arithmetic).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-fixed/slack-desc')
-rw-r--r-- | haskell/haskell-fixed/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-fixed/slack-desc b/haskell/haskell-fixed/slack-desc new file mode 100644 index 0000000000..352d44d27d --- /dev/null +++ b/haskell/haskell-fixed/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-fixed: haskell-fixed (signed 15.16 precision fixed point arithmetic) +haskell-fixed: +haskell-fixed: This package supplies signed fixed-precision values 15 bits above the +haskell-fixed: decimal, 16 bits below. These arise commonly in GPU applications and +haskell-fixed: it is chosen to match the GLfixed specification. +haskell-fixed: +haskell-fixed: +haskell-fixed: +haskell-fixed: +haskell-fixed: +haskell-fixed: |