Path to this page:
./
math/gcem,
Templated C++ library for computation of mathematical functions
Branch: CURRENT,
Version: 1.18.0,
Package name: gcem-1.18.0,
Maintainer: pkgsrc-usersGCE-Math (Generalized Constant Expression Math) is a templated C++ library
enabling compile-time computation of mathematical functions.
Features:
* The library is written in C++11 constexpr format, and is C++11/14/17/20
compatible.
* Continued fraction expansions and series expansions are implemented using
recursive templates.
* The gcem:: syntax is identical to that of the C++ standard library (std::).
* Tested and accurate to floating-point precision against the C++ standard
library.
* Released under a permissive, non-GPL license.
Master sites:
Filesize: 56.479 KB
Version history: (Expand)
- (2025-11-07) Package added to pkgsrc.se, version gcem-1.18.0 (created)
CVS history: (Expand)
| 2025-11-07 10:18:43 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
gcem: added version 1.18.0
GCE-Math (Generalized Constant Expression Math) is a templated C++ library
enabling compile-time computation of mathematical functions.
Features:
* The library is written in C++11 constexpr format, and is C++11/14/17/20
compatible.
* Continued fraction expansions and series expansions are implemented using
recursive templates.
* The gcem:: syntax is identical to that of the C++ standard library (std::).
* Tested and accurate to floating-point precision against the C++ standard
library.
* Released under a permissive, non-GPL license.
|