./math/gcem, Templated C++ library for computation of mathematical functions

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.18.0, Package name: gcem-1.18.0, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 56.479 KB

Version history: (Expand)


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.