mirror of
https://github.com/open-goal/jak-project
synced 2026-05-25 23:35:33 -04:00
27f0a7ca44
* refactor tests and analysis passes * identity test working * combine test categories with only a few cases * more fixes
2 lines
73 B
Common Lisp
2 lines
73 B
Common Lisp
(define format _format)
|
|
(format #t "~,,2f~%" (fmax 1.0 2.0 -1.2 3.7 2.2)) |