preCICE v3.2.0
Loading...
Searching...
No Matches
constants.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace precice::math {
4
5constexpr double PI = 3.1415926535897931;
6
7}
provides general mathematical constants and functions.
Definition barycenter.cpp:9
constexpr double PI
Definition constants.hpp:5