./wip/libbrahe, Heterogeneous C library of interesting numeric functions

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


Branch: CURRENT, Version: 1.2.0, Package name: libbrahe-1.2.0, Maintainer: jihbed.research

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 0330292118218ca8aa8e0ac17fe330d413d4df7d
Filesize: 268.612 KB

Version history: (Expand)


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) | Imported package
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