Skip to content

Add missing argument (p) to AR_POCHHAMMER site#57

Merged
RhysU merged 1 commit intomasterfrom
claude/fix-issue-19-eD5js
Jan 12, 2026
Merged

Add missing argument (p) to AR_POCHHAMMER site#57
RhysU merged 1 commit intomasterfrom
claude/fix-issue-19-eD5js

Conversation

@RhysU
Copy link
Copy Markdown
Owner

@RhysU RhysU commented Jan 12, 2026

Add missing argument (p) to AR_POCHHAMMER site

The macro expects two arguments (a, x) for the Pochhammer symbol computation, but was only receiving one argument.

Fixes #19

Fixes issue #19 by adding the missing second argument (p) to the
AR_POCHHAMMER macro call at line 2115. The macro expects two arguments
(a, x) for the Pochhammer symbol computation, but was only receiving
one argument. This fix ensures consistency with all other FSIC
implementations which correctly pass both arguments to AR_POCHHAMMER.
@RhysU RhysU merged commit 517b21e into master Jan 12, 2026
9 of 10 checks passed
@RhysU RhysU deleted the claude/fix-issue-19-eD5js branch January 12, 2026 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix AR_DIGAMMA/AR_POCHHAMMER

2 participants