1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 15, 2024 — Nov 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
improve previous commit; part of #293
rwst
as Ralf Stephan
More... almost 8 years ago
implement info::even for functions, mul, pow; part of #293; see Sage #24351
rwst
as Ralf Stephan
More... almost 8 years ago
infinity::info fixes; part of #293
rwst
as Ralf Stephan
More... almost 8 years ago
constant.is_nonzero; cosmetics; see Sage #18630
rwst
as Ralf Stephan
More... almost 8 years ago
Pynac-0.7.14
rwst
as Ralf Stephan
More... almost 8 years ago
arcsin fixes
rwst
as Ralf Stephan
More... almost 8 years ago
add warning about defining new constants; see #211
rwst
as Ralf Stephan
More... almost 8 years ago
fix recombine expair for infinities; rewrite part of mul::eval; see Sage #24327
rwst
as Ralf Stephan
More... almost 8 years ago
use arb for inverse trig/hyperbolic funs; improve inexact numerics; see Sage #24299, #24317
rwst
as Ralf Stephan
More... almost 8 years ago
remove superfluous py_funcs
rwst
as Ralf Stephan
More... almost 8 years ago
answer question #247
rwst
as Ralf Stephan
More... almost 8 years ago
rename tgamma to gamma; closes #250; remove gamma_evalf; part of #247
rwst
as Ralf Stephan
More... almost 8 years ago
move calls to CC_get() with null parent into numeric.cpp
rwst
as Ralf Stephan
More... almost 8 years ago
remove all calls to num.is_parent_pos_char()
rwst
as Ralf Stephan
More... almost 8 years ago
replace most ex.is_equal(_ex1) with ex.is_one()
rwst
as Ralf Stephan
More... almost 8 years ago
rename is_integer_one/pmone
rwst
as Ralf Stephan
More... almost 8 years ago
improve placement of previous change
rwst
as Ralf Stephan
More... almost 8 years ago
(x^-a)^-b --> (x^a)^b, with a,b numeric > 0; closes #287
rwst
as Ralf Stephan
More... almost 8 years ago
some modernization of printing code
rwst
as Ralf Stephan
More... almost 8 years ago
has_function(string or string vector); closes #290
rwst
as Ralf Stephan
More... almost 8 years ago
revert part of e892efa; fixes subs regression; see Sage #24262
rwst
as Ralf Stephan
More... almost 8 years ago
Pynac-0.7.13
rwst
as Ralf Stephan
More... almost 8 years ago
some asin/atan enhancements; closes #285; see Sage #24211
rwst
as Ralf Stephan
More... almost 8 years ago
set subs_options::no_pattern in some cases
rwst
as Ralf Stephan
More... almost 8 years ago
fix ex.coefficients() bug; closes #276, Sage #23545
rwst
as Ralf Stephan
More... about 8 years ago
expand before sending to Singular for gcd; fixes #284; see Sage #23845
rwst
as Ralf Stephan
More... about 8 years ago
set_of_all function; see Sage #24176
rwst
as Ralf Stephan
More... about 8 years ago
fix -Wshadow compiler warnings
rwst
as Ralf Stephan
More... about 8 years ago
prevent infinite loop in ex.coefficients; see Sage #24147
rwst
as Ralf Stephan
More... about 8 years ago
remove some compiler warnings
rwst
as Ralf Stephan
More... about 8 years ago