ToFu is a versatile, platform-independent library offering a comprehensive suite of data structures, algorithms, and a generic Tofu type, all designed to facilitate high-performance and reliable software development.
Describe the bug
The difference between positive and negative signs when allocating a numeric value for ToFu might an issue that needs to be handled to avoid undefined behavior when minus sign is passed with any numeric values.
To Reproduce
Add a - sign to a numeric when allocating a numeric ToFu node.
Expected behavior
I expect this to create a negative numeric value when - symbol is appended at the start of the string input value and positive value when - is not in the sequence of digits making up the number
Desktop (please complete the following information):
Describe the bug The difference between positive and negative signs when allocating a numeric value for ToFu might an issue that needs to be handled to avoid undefined behavior when minus sign is passed with any numeric values.
To Reproduce Add a - sign to a numeric when allocating a numeric ToFu node.
Expected behavior I expect this to create a negative numeric value when - symbol is appended at the start of the string input value and positive value when - is not in the sequence of digits making up the number
Desktop (please complete the following information):
Linux
0.1.2