-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Describe the bug
The expression
18 *596 *735 *875
returns -1690489592
instead of
6899445000
To Reproduce
Macro execution as above
Expected behavior
Usage of Int64 as it is used in addition operations
18.0 *596 *735 *875
gives the correct value
Screenshots
Desktop (please complete the following information):
Win 11
XShart 2.24 from 13.7.2025
Additional context
This problem has arrived when using the X#-Macros for resolving "Advent of code".
So this is not a problem in our current program usage.
Metadata
Metadata
Assignees
Type
Projects
Status
In progress