sqrt function works... finally... ;-;
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
depend "tests/math.pla";
|
||||
|
||||
main = Func(): Int {
|
||||
return $add(1 ,2);
|
||||
$print("%f\n", $sqrt(9.0));
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user