Skip to content

Feature #623 Factorial directly after function#624

Open
Nezznee wants to merge 2 commits into
clementwzk:mainfrom
Nezznee:factorial-after-function
Open

Feature #623 Factorial directly after function#624
Nezznee wants to merge 2 commits into
clementwzk:mainfrom
Nezznee:factorial-after-function

Conversation

@Nezznee

@Nezznee Nezznee commented May 17, 2026

Copy link
Copy Markdown

As described in #623 a factorial can now be placed directly after a function without the need of extra parenthesis like (sin(2))!.

This is archived by not adding the "F" directly in front of the last "(" but checking if a sequence of letters (the function name) is before the "(". If yes, then "F(" is inserted in front of the function.

All in all this change should behave like this for functions nested inside factorials:

func-name(expression)! -> F(func-name(expression))

@Nezznee Nezznee changed the title Feature Request #623 Feature #623 Factorial directly after function May 17, 2026
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.

1 participant