1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

math/complex: restructuring cmath as a submodule of math

This commit is contained in:
Archan Patkar 2019-07-23 17:05:44 +05:30 committed by Alexander Medvednikov
parent 04bd8d7f7d
commit 7b4c3ec618
2 changed files with 290 additions and 281 deletions

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.
module cmath
module complex
import math

File diff suppressed because it is too large Load Diff