summary refs log tree commit diff stats
path: root/lib/pure/fenv.nim
Commit message (Collapse)AuthorAgeFilesLines
* Consts in fenv (#7688)cooldome2018-04-251-23/+32
| | | | | | | | | | * Fixes #7574 * better comments * Changes vars to consts for side effect tracking * Revert unintended changes
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
|
* Fix fenv.fpRadixdef2015-03-241-1/+1
|
* New template `fpRadix` instead of the exported var `FP_RADIX`Maurizio Tomasi2015-03-111-1/+3
|
* Grammar fixes in the docstringsMaurizio Tomasi2015-03-051-8/+8
|
* New templates for getting the limits of FP types added.Maurizio Tomasi2015-03-051-0/+76
| | | | | | | New variable "FP_RADIX" and new templates "mantissaDigits", "digits", "minExponent", "maxExponent", "min10Exponent", "max10Exponent", "minimumPositiveValue", "maximumPositiveValue", and "epsilon" added to retrieve the limits of floating-point types.
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* fixes #619Araq2014-11-151-1/+1
|
* added module fenv's docsAraq2014-11-041-0/+103