- Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
Eine Funktion zur Absolut-Umwandlung.
int64 Abs(int64 x) { return x < 0 ? -x : x; } long double Abs(long double x) { return x < 0.0 ? -x : x; }Details
Projekt: "ecm.math.dll"
Datei: "functions.hpp" "functions.inl"
Namespace: "ecm::math"
Tasks
- Funktion definieren
- Funktione implementieren
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers