summary refs log tree commit diff stats
path: root/lib/pure/fenv.nim
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate DCE:on (#13839)Juan Carlos2020-04-021-2/+0
|
* [backport] run nimpretty on numbers stuffnarimiran2019-09-301-21/+21
|
* stdlib: more consistent formattingAraq2019-05-221-22/+22
|
* Genode fixes (#10491)Emery Hemingway2019-01-291-1/+1
| | | Readline pasthru, add linker to config, do not pass -lm to linker.
* Haiku support for Nim (#8542)alaviss2018-08-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * posix_other: Haiku now has spawn.h This is added per https://dev.haiku-os.org/ticket/13446 * posix_other: Add Haiku specific Dirent members * cpuinfo: Add an implementation for Haiku * distros: Add basic Haiku support * encodings: update Haiku support * fenv, math: Haiku now provides libm * times: Add Haiku struct members * ansi_c, osalloc: Add Haiku constants * threads: Add Haiku support * testament: Haiku uses LIBRARY_PATH * nim.cfg: Update Haiku support libnetwork should only be linked if network functions are used * threads: Haiku does not support -pthread switch * tworkingdir: Haiku's env is in /bin * posix_other: add SIGKILLTHR for Haiku * sockets: link with libnetwork on Haiku * coro: correct ucontext.h location http://pubs.opengroup.org/onlinepubs/009696699/basedefs/ucontext.h.html * coro: ucontext backend is not available on Haiku Haiku doesn't provide the <ucontext.h> header, as it was removed from POSIX * coro: fix setjmp backend The compiler does not allow statements after a noreturn function * nativesockets: Haiku doesn't support AI_V4MAPPED * system: hostOS can contains "haiku" * os: add support for Haiku's packagefs packagefs is read-only, but there are writable holes to the underlying file system as well * os: update constant for Haiku
* 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