mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-20 07:51:32 +00:00
Fix fenv.fpRadix
This commit is contained in:
@@ -104,7 +104,7 @@ proc feupdateenv*(envp: ptr Tfenv): cint {.importc, header: "<fenv.h>".}
|
||||
|
||||
var FP_RADIX_INTERNAL {. importc: "FLT_RADIX" header: "<float.h>" .} : int
|
||||
|
||||
template fpRadix* : int = FLT_RADIX_INTERNAL
|
||||
template fpRadix* : int = FP_RADIX_INTERNAL
|
||||
## The (integer) value of the radix used to represent any floating
|
||||
## point type on the architecture used to build the program.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user