Remove old math constants

This commit is contained in:
gingerBill
2018-01-28 11:59:28 +00:00
parent 83d90f1463
commit 0361a18551
2 changed files with 3 additions and 2 deletions
+3
View File
@@ -117,6 +117,9 @@ parse_f32 :: proc(s: string) -> f32 {
parse_f64 :: proc(s: string) -> f64 {
if s == "" {
return 0;
}
i := 0;
sign: f64 = 1;