Merge pull request #368 from xushiwei/q

builtin: real/imag/complex; c/math/cmplx; patch: math/cmplx
This commit is contained in:
xushiwei
2024-06-20 10:31:24 +08:00
committed by GitHub
14 changed files with 484 additions and 24 deletions

View File

@@ -742,6 +742,7 @@ var hasAltPkg = map[string]none{
"io": {},
"io/fs": {},
"math": {},
"math/cmplx": {},
"sync": {},
"sync/atomic": {},
"syscall": {},