prime/src/Kyoto/Math/RMathUtils.cpp
Luke Street f0ea5144ea clang-format source files
Former-commit-id: 39700ad77913f5681378e59616c74856e6f49d70
2022-10-09 01:16:21 -04:00

6 lines
124 B
C++

#include "Kyoto/Math/CMath.hpp"
float CMath::SqrtF(float x) { return 0.f; }
double CMath::SqrtD(double x) { return 0.0; }