Skip to content

Removing / with tangent denominator #665

@oxinabox

Description

@oxinabox

along the same lines as #643
We should not have e.g.

Base.:(/)(a, b::AbstractThunk) = a / unthunk(b) 
Base.:(/)(a::AbstractThunk, b::AbstractThunk) = unthunk(a) / unthunk(b)

We have a few of these

Since while it makes sense to divide a tangent by a scalar (its just scaling down) it does done make sense to divide a scalar by a tangent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breakinga breaking change

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions