Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

[Enhancement] Add the possibility to get the opposite of a number #287

Closed
lpeyr opened this issue Jan 8, 2022 · 0 comments · Fixed by #290
Closed

[Enhancement] Add the possibility to get the opposite of a number #287

lpeyr opened this issue Jan 8, 2022 · 0 comments · Fixed by #290
Assignees
Labels
enhancement New feature or request roadmap Feature of the roadmap vNext Issues planed for the next version

Comments

@lpeyr
Copy link
Member

lpeyr commented Jan 8, 2022

Enhancement

Add the possibility to get the opposite of a number.

Other informations

Add a new method in Maths.

Implementation:

public static double GetOpposite(double n) => 0 - n;
@lpeyr lpeyr added enhancement New feature or request vNext Issues planed for the next version roadmap Feature of the roadmap labels Jan 8, 2022
@lpeyr lpeyr self-assigned this Jan 8, 2022
@lpeyr lpeyr linked a pull request Jan 8, 2022 that will close this issue
@lpeyr lpeyr closed this as completed in #290 Jan 8, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
enhancement New feature or request roadmap Feature of the roadmap vNext Issues planed for the next version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant