forked from franko/gsl-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
19 lines (15 loc) · 787 Bytes
/
README
File metadata and controls
19 lines (15 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* GSL shell 2.2
* Copyright (C) 2009-2012 Francesco Abbate
* Author: Francesco Abbate
* Published under GNU GENERAL PUBLIC LICENSE, version 3
GSL shell offers an interactive command-line interface that gives
access to GSL collection of mathematical functions. GSL shell is based
on the powerful and elegant scripting language Lua.
GSL shell is not just a wrapper over the C API of GSL but does offer
much more simple and expressive way to use GSL. The objective of GSL
shell is to give the user the power of easily access GSL functions
without having to write a complete C application.
GSL Shell is based on LuaJIT2.
LuaJIT is Copyright © 2005-2012 Mike Pall.
LuaJIT is open source software, released under the MIT license.
More informations on the LuaJIT webpage http://luajit.org.