Skip to content

FunctionAssignmentNodes are irreversibly stringified #765

@oskardahlberg

Description

@oskardahlberg

When using toString on a FunctionAssignmentNode, for example 'y(x) = 3x', it outputs 'function y(x) = 3x'.
That, however, cannot be parsed back to a FunctionAssigmentNode like math.parse(math.parse('y(x) = 3x').toString())

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions