jak-project/test/goalc/source_templates/arithmetic/float-max.static.gc

2 lines
73 B
Common Lisp
Raw Normal View History

2020-11-29 10:46:14 -05:00
(define format _format)
(format #t "~,,2f~%" (fmax 1.0 2.0 -1.2 3.7 2.2))