config.nim 87 B

1234567
  1. when defined(doublePrecision):
  2. type
  3. TR* = float64
  4. else:
  5. type
  6. TR* = float32