Changeset 979 for cpp/common/nonstd_math.h
- Timestamp:
- 07/08/20 01:53:39 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/nonstd_math.h
r970 r979 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 19Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2020 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 35 35 int doubleToString(double x, int precision, char *buffer, int bufferlen); 36 36 37 #include <string> 38 std::string doubleToString(double x, int precision); 37 39 double round(const double x, const int precision); 38 40
Note: See TracChangeset
for help on using the changeset viewer.