mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
cleanup
This commit is contained in:
@@ -75,4 +75,4 @@ CMPLX :: #force_inline proc(x, y: double) -> complex_double {
|
||||
|
||||
CMPLXF :: #force_inline proc(x, y: float) -> complex_float {
|
||||
return builtin.complex(x, y);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user