Path to this page:
./
wip/libbrahe,
Heterogeneous C library of interesting numeric functions
Branch: CURRENT,
Version: 1.2.0,
Package name: libbrahe-1.2.0,
Maintainer: jihbed.researchA heterogeneous C library of interesting numeric functions.
This library provides:
* a function for rounding floating point values to a specific number
of digits
* several pseudo-random number generators, including the Mersenne
Twister, various algorithms by Marsaglia, and ISAAC
* least common multiple and greatest common denominator functions
* a few trigonometry functions for finding the inversions of hyperbolic
sine, cosine, and tangent
This library is also used by libevocosm, which is in turn the foundation for
Acovea, used to determine optimal compiler optimizations.
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 0330292118218ca8aa8e0ac17fe330d413d4df7d
Filesize: 268.612 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-11-23 23:33:26 by othyro | Files touched by this commit (50) |
Log message:
Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
|
2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2010-05-16 17:53:43 by Kamel Derouiche | Files touched by this commit (4) | |
Log message:
Import libbrahe-1.2.0 as wip/libbrahe.
A heterogeneous C library of interesting numeric functions
This library provides:
* a function for rounding floating point values to a specific number
of digits
* several pseudo-random number generators, including the Mersenne
Twister, various algorithms by Marsaglia, and ISAAC
* least common multiple and greatest common denominator functions
* a few trigonometry functions for finding the inversions of hyperbolic
sine, cosine, and tangent
This library is also used by libevocosm, which is in turn the
foundation for Acovea, used to determine optimal compiler optimizations
|