jak-project/test/goalc/source_templates/arithmetic/float-min.static.gc
water111 27f0a7ca44
[Decompiler] Begin expression conversion, rearrange tests (#209)
* refactor tests and analysis passes

* identity test working

* combine test categories with only a few cases

* more fixes
2021-01-23 16:32:56 -05:00

2 lines
73 B
Common Lisp

(define format _format)
(format #t "~,,2f~%" (fmin 1.0 2.0 -1.2 3.7 2.2))