-
Notifications
You must be signed in to change notification settings - Fork 9
Trunc not working #133
Copy link
Copy link
Open
Labels
p5: medium prioritymajor bugs that are hard to trigger or minor bugs that are easy to triggermajor bugs that are hard to trigger or minor bugs that are easy to triggert:enhancement
Metadata
Metadata
Assignees
Labels
p5: medium prioritymajor bugs that are hard to trigger or minor bugs that are easy to triggermajor bugs that are hard to trigger or minor bugs that are easy to triggert:enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
Scope
Describe the bug
The
truncfunction, which is a standard function in the SML Basis Library, is not recognized by the SOSML interpreter. Attempting to usetrunc(real)results in an "Unbound value identifier 'trunc'" error, indicating that the function is not in scope or not available.To Reproduce