mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Remove old math constants
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user