jak-project/test/goalc/source_templates/with_game/sqrtf.gc
2021-02-17 00:57:21 -05:00

2 lines
32 B
Common Lisp

(format #t "~f~%" (sqrtf 5.0))
0