Skip to content

Commit

Permalink
use … to indicate the range of a Π or Σ like Σa[k](k=1…n) note that
Browse files Browse the repository at this point in the history
…!=...
  • Loading branch information
crowlogic committed Jan 27, 2024
1 parent 2a404b9 commit d027fbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static void main(String... args)

public final Function<Integer, RealPolynomial> F;

public static final String Fdef = "n➔when(n=0,1,else,x*F(n-1)*(∏α₍ₖ₎(k=1..p)/∏β₍ₖ₎(k=1..q))";
public static final String Fdef = "n➔when(n=0,1,else,x*F(n-1)*(∏α₍ₖ₎(k=1p)/∏β₍ₖ₎(k=1q))";

public HypergeometricFunctionSequence(int p, int q)
{
Expand Down

0 comments on commit d027fbd

Please sign in to comment.