MathFunctions.h 65 B

12345
  1. #pragma once
  2. namespace mathfunctions {
  3. double sqrt(double x);
  4. }