summary refs log tree commit diff stats
path: root/tests/float/tfloatmod.nim
Commit message (Collapse)AuthorAgeFilesLines
* targets: use cpp instead of c++ everywhere (was by far the most common) (#15961)Timothee Cour2020-11-141-1/+1
|
* make `mod` on floats available in the VM (#9591)skilchen2018-11-051-0/+130
* make `mod` on floats available in the VM * add testcase * removed no longer needed imports