Changes between Initial Version and Version 1 of Ticket #22771, comment 18
- Timestamp:
- 06/08/18 09:31:56 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22771, comment 18
initial v1 1 Yes it was a case of missing points, changing the height to 50.1 yeilds required output2 {{{3 sage: K.<a> = NumberField(x^4 - 5)4 sage: L = K.elements_of_bounded_height(50.1)5 sage: len(list(L)) # long time (2 s)6 21717 }}}8 Replying to [comment:17 git]:9 > Branch pushed to git repo; I updated commit sha1. New commits:10 > ||[https://git.sagemath.org/sage.git/commit/?id=e6f53c889da3f7f4b12140a65ef7dba85029d568 e6f53c8]||{{{Corrected doctest}}}||