Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
reflect patch's dependence on an earlier maxima tree commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Nov 6, 2016
1 parent 79eb82f commit 814e8ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ index a0c2da3..0502f25 100644
if x__=0 then 0
else if integerp(x__) and x__<1 then error("Zero to negative power computed.")
else if integerp(x__) then num_harmonic_number(1, x__)
- /*else if numberp(x__) and x__<-1 then block(
- else if numberp(x__) and x__<-1 then block(
- [a:-floor(x__), k%],
- simp_harmonic_number(x__+a)-apply('sum, [1/k%, k%, x__, x__+a-1]))*/
- simp_harmonic_number(x__+a)-apply('sum, [1/k%, k%, x__, x__+a-1]))
else if numberp(x__) or imagpart(x__)#0 then psi[0](x__+1) + %gamma
else block(
[a, b, var, k%],
Expand Down

0 comments on commit 814e8ed

Please sign in to comment.