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

docs: change RealField(64) to ArbField(64) or RealField() #1400

Closed
fingolfin opened this issue Feb 27, 2023 · 1 comment
Closed

docs: change RealField(64) to ArbField(64) or RealField() #1400

fingolfin opened this issue Feb 27, 2023 · 1 comment

Comments

@fingolfin
Copy link
Member

There are still plenty of examples in the manual which use RealField(64) or ComplexField(64).

Should these be changed to use RealField(), or to use ArbField(64) ? I guess it depends on what the long term goal is: keep both? Migrate all to the "new" RealField? Something else?

@lgoettgens
Copy link
Collaborator

$ grep "RealField(64)" -r . | wc -l
0
$ grep "ComplexField(64)" -r . | wc -l
0

According to my bash, there are no instances left to change (on f033978)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants