Skip to content

Multiplication of numbers stored in a USUAL #1764

@ArneOrtlinghaus

Description

@ArneOrtlinghaus

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

Type

Projects

Status

In progress

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions