library

TwitterFacebook
Get flash to fully experience Pearltrees
!check

lua

math 1

math 2

This file documents the GNU Scientific Library (GSL), a collection of numerical routines for scientific computing. It corresponds to release 1.15 of the library. Please report any errors in this manual to bug-gsl@gnu.org . More information about GSL can be found at the project homepage, http://www.gnu.org/software/gsl/ . Printed copies of this manual can be purchased from Network Theory Ltd at http://www.network-theory.co.uk/gsl/manual/ . The money raised from sales of the manual helps support the development of GSL.

Scientific Library -- Reference Manual

http://www.gnu.org/software/gsl/manual/html_node/index.html#Top

http://www.inf.puc-rio.br/~roberto/struct/

( download ) This library offers basic facilities to convert Lua values to and from C structs. Its main functions are struct.pack , which packs multiple Lua values into a struct-like string; and struct.unpack , which unpacks multiple Lua values from a given struct-like string. The fist argument to both functions is a format string , which describes the layout of the structure. The format string is a sequence of conversion elements, which respect the current endianess and the current alignment requirements. http://www.inf.puc-rio.br/~roberto/struct/