add tests for float conversions to u64
commita5e714abecfe6f3a94c7cdc231906191ce2491f1
authorKyryl Melekhin <k.melekhin@gmail.com>
Fri, 11 Sep 2020 09:18:58 +0000 (11 09:18 +0000)
committerKyryl Melekhin <k.melekhin@gmail.com>
Fri, 11 Sep 2020 09:18:58 +0000 (11 09:18 +0000)
tree9bd9e407e59174e82680bd3edb9f716da4e5d1fe
parent618ba55a81518bc9f33af9eb9962b31ce20042ca
add tests for float conversions to u64

Note:
I removed the test that used sin()
function because it makes no sense
to use that there and besides I could
not get the test to work because
sin requires -lm linked but for some reason
make does not compile with -lm and
I get errors like undefined symbol sin.
Coerce function should do the same thing
for the purposes of that test.
tests/tests2/22_floating_point.c
tests/tests2/22_floating_point.expect