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

p-adic integers class #13

Closed
williamstein opened this issue Sep 12, 2006 · 1 comment
Closed

p-adic integers class #13

williamstein opened this issue Sep 12, 2006 · 1 comment

Comments

@williamstein
Copy link
Contributor

from David Harvey:
I'm kind of on the run, but I just remembered it would be good to have a pAdicInteger class. Just like we have PowerSeries vs LaurentSeries, and Integer vs Rational, it would be good to have pAdicInteger and pAdicField. Basically the idea is that it doesn't have to keep track of ordp, which currently slows down certain operations a lot (like when I convert an integer to a padic, it has to compute ordp). Essentially it would be like Integers(p^n) but with a floating precision. A very natural application would be the padic sigma stuff I'm working on now.

I can't implement it and send you a patch due to time constraints, but perhaps if you like the idea you can add it to the roadmap.

Component: basic arithmetic

Issue created by migration from https://trac.sagemath.org/ticket/13

@roed314
Copy link
Contributor

roed314 commented May 20, 2007

comment:2

Included in the new p-adics.

@roed314 roed314 closed this as completed May 20, 2007
jsantillan3 added a commit to jsantillan3/sage that referenced this issue Sep 13, 2023
xuluze pushed a commit to xuluze/sage that referenced this issue Dec 12, 2023
tobiasdiez pushed a commit to tobiasdiez/sage that referenced this issue Feb 22, 2024
* Add codecov and travis to run the linters

* Add coverage bage and fix .coveragerc

* Add codecov to all platforms
xuluze pushed a commit to xuluze/sage that referenced this issue Feb 23, 2024
xuluze pushed a commit to xuluze/sage that referenced this issue Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants