6 lines
65 B
C
Raw Normal View History

2023-07-02 19:51:09 +02:00
#pragma once
namespace mathfunctions {
double sqrt(double x);
}