summary refs log tree commit diff stats
path: root/lib/pure/fenv.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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