f1a965045e
only basic math functions. git-svn-id: svn://localhost/gambas/trunk@4431 867c0c6c-44f3-4631-809d-bfa615b0a4ec
23 lines
935 B
Text
23 lines
935 B
Text
################################################################
|
|
# #
|
|
# 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!
|
|
|
|
|