Elements
5.8
A C++ base framework for the Euclid Software.
|
A few math constants. More...
Go to the source code of this file.
Namespaces | |
Elements | |
Elements::Units | |
Variables | |
constexpr double | Elements::Units::pi = 3.14159265358979323846 |
![]() | |
constexpr double | Elements::Units::twopi = 2.0*pi |
![]() | |
constexpr double | Elements::Units::halfpi = pi/2.0 |
![]() | |
constexpr double | Elements::Units::pi2 = pi*pi |
![]() | |
constexpr double | Elements::Units::sqrt_of_pi = 1.77245385090551602730 |
![]() | |
constexpr double | Elements::Units::sqrt_of_two = 1.41421356237309504880 |
![]() | |
constexpr double | Elements::Units::sqrt_of_halfpi = 1.25331413731550025121 |
![]() | |
constexpr double | Elements::Units::gamma = 0.57721566490153286061 |
The Euler-Mascheroni ![]() | |
constexpr double | Elements::Units::e = 2.71828182845904523536 |
The base of the natural logarithm ![]() | |
A few math constants.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3.0 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Definition in file MathConstants.h.