Skip to content

Support for &&, ||, and isequal #98

@moble

Description

@moble

Now that x==y returns a Node instead of a Bool, there are a lot of code paths that would benefit from being able to also use (x==y) && (a==b) or (x==y) || (a==b). At the moment, either of these will produce

ERROR: TypeError: non-boolean (FastDifferentiation.Node) used in boolean context

EDIT: isequal would also be good to have.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions