Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: document that imaginary numbers are not supported, in go-gno-compatibility.md #3852

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/go-gno-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Legend:
[^1]: `builtin` is a "fake" package that exists to document the behaviour of
some builtin functions. The "fake" package does not currently exist in Gno,
but [all functions up to Go 1.17 exist](https://pkg.go.dev/builtin@go1.17),
except for those relating to complex or channel types.
except for those relating to complex (real or imag) or channel types.
[^2]: `crypto/sha1` and `crypto/md5` implement "deprecated" hashing
algorithms, widely considered unsafe for cryptographic hashing. Decision on
whether to include these as part of the official standard libraries is still
Expand Down