This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #15398: wrong output of %timeit
{{{ sage: R=RealField(1000000) sage: a=R(1/sqrt(3)) sage: %timeit a.arcsin() 1 loops, best of 3: 7.26 s per loop }}} It should be {{{1 loop, best of 3}}}. URL: https://trac.sagemath.org/15398 Reported by: zimmerma Ticket author(s): Saket Bhatt Reviewer(s): Paul Zimmermann
- Loading branch information