double-extra: Missing presentations for Double numbers (fixed, scientific etc.)

[ bsd3, library ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
cassava

Build the example server

Enabled
rawstring-qm

Build the example server

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.1
Dependencies aeson, base (>=4.7 && <5), bytestring, cassava, deepseq, double-conversion (>=2.0.2.0), rawstring-qm, text [details]
License BSD-3-Clause
Copyright 2017(c) Marcin Tolysz
Author Marcin Tolysz
Maintainer tolysz@gmail.com
Category Library
Home page https://github.com/tolysz/double-extra#readme
Source repo head: git clone https://github.com/tolysz/double-extra
Uploaded by tolysz at 2017-05-02T11:08:34Z
Distributions NixOS:0.1.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4066 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-05-02 [all 1 reports]

Readme for double-extra-0.1.1

[back to package description]

double-extra Hackage version Stackage version Build Status

Missing presentations for Double numbers (fixed, scientific etc.)

please use coerce to convert from double before presenting

DoublePrecision (i :: Nat)
DoubleExponential (i :: Nat)
DoubleFixed (i :: Nat)
DoubleShortest

Please Note

For GHCJS you need to use the settings from stack till https://github.com/bos/double-conversion/pull/16