-
-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Newest pynac does: * fix `Re/Im(tanh)` (#20098) (R. Stephan) * fix positive+integer assumption conflicts (#20132) (A. Thakkar) * from GiNaC: [bugfix] fix elusive bug in quo, rem,... (R. Kreckel) * from GiNaC: [bugfix] fix sqrfree(poly) for zero polynomials in disguise. (R. Kreckel) * sin/cos/tan of numeric: reduce mod `2*pi` (#20099) (B. Hackl) * more trigonometric simplifications (#20099) (B. Hackl, R. Stephan) * always expand function arguments (B. Hackl) * exp of numeric: reduce mod `2*pi*I` (#20099) (B. Hackl) * performance: speed up sin/cos/tan/coth/acoth evaluation (R. Stephan, A. Thakkar) * performance: GiNaC functions for coth/sech/csch/acoth/asech/acsch (R. Stephan, A. Thakkar) * AUTHORS updated https://github.com/pynac/pynac/releases/download/pynac-0.6.4/pynac-0.6.4 .tar.bz2 URL: http://trac.sagemath.org/20134 Reported by: rws Ticket author(s): Ralf Stephan Reviewer(s): Jeroen Demeyer
- Loading branch information
Showing
7 changed files
with
106 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=pynac-VERSION.tar.bz2 | ||
sha1=fe11b0fe2345eb16b3988077707d86c1b8fa0fd3 | ||
md5=71edb1a2fb003b6c16abda4a0d73c3cf | ||
cksum=1406756294 | ||
sha1=fb0c8f83159b1c9c92dcb335409f12250726a32d | ||
md5=593ac3752f8293199ffc097becbebfcf | ||
cksum=4163433737 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.6.2 | ||
0.6.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.