nimterop/tests/tmath.nim
2019-01-21 01:35:42 -06:00

17 lines
No EOL
274 B
Nim

import nimterop/cimport
import unittest
type
locale_t = object
mingw_ldbl_type_t = object
mingw_dbl_type_t = object
cDebug()
cDisableCaching()
cAddStdDir()
cImport cSearchPath("math.h")
check sin(5) == -0.9589242746631385
check abs(-5) == 5
check sqrt(4.00) == 2.0