Skip to content

Reduction causing NaN #14

Description

@cianciosa

When graphs of

Sqrt(-Log(x))

Causes a NaN for negative numbers due to it being getting reduced to.

Sqrt(-1)*Sqrt(Log(x)) -> NaN*Sqrt(Log(x))

Note for values of X less than 1. This should not produce a NaN. Reductions of

Sqrt(c1*x)->c2*Sqrt(x)

should be disabled when c1 is negative.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions