Skip to content

Memory out of bound error when evaluating compound computation involving a math call #97

@Himeshi

Description

@Himeshi

If for example there is a computation such as temp = 100.0 * exp(-temp); the execution throws a memory out of bound error pointing to that line.

A temporary fix is to separate the computation into two, such as,
temp = exp(-temp); temp = 100 * temp;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions