Skip to content

skyscraper/fp-rounding/src/lib: Distinguish from Negative #152

@recmo

Description

@recmo

On 2025-08-27 in d91b2f2 “Merge pull request #142 from worldfnd/sl/skyscraper-refactor”:

Distinguish from Negative

            assert_ne!(a - b, a);
        }
        RoundingDirection::Zero => {
            assert_eq!(a + b, a);
            assert_ne!(a - b, a);
            // TODO: Distinguish from Negative
        }
    }
}

#[cfg(test)]

From skyscraper/fp-rounding/src/lib.rs:102

Metadata

Metadata

Assignees

No one assigned

    Labels

    to doTo do comments in codetracker🤖 issue managed by tracker bot

    Type

    No type
    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