mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-31 04:29:02 +00:00
7 lines
87 B
Nim
7 lines
87 B
Nim
when defined(doublePrecision):
|
|
type
|
|
TR* = float64
|
|
else:
|
|
type
|
|
TR* = float32
|