gambas-source-code/TEMPLATE/template/README

24 lines
935 B
Text
Raw Normal View History

################################################################
# #
# Gambas GSL Component #
# #
################################################################
Author: Randall Morgan <rmorgan62@gmail.com>
Author: Jeurgen ??? <???>
The gb.gsl component provides high level mathatics functions to
Gambas3. It replies on the GNU Scientific Library (GSL) to provide
it's underlying functionality. This component simply wraps the GSL
in a Gambas API wrapper.
Not all GSL functions are implemented. It made little sense to
implement GSL functions that support data types that Gambas does
not support.
This component is exerimental and still in the development stage.
The code and component is highly volitile at this stage of development.
Use it at your own risk!