Skip to content

Percent filter should not apply multiplications (or always apply it) - negative numbers break. #86

Closed
@williamjulianvicary

Description

@williamjulianvicary

When dealing with numbers less than and greater than 1 (i.e 120% and -20%) the multiplication logic will not function well.

With these two inputs:
1.2 = 1.2% (incorrect)
-0.20 = -200% (correct)

I think removal of the logic that adds/excludes the multiplication (one way or the other) is in order to resolve.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions