gambas-source-code/gb.gsl/src
Benoît Minisini 4d71384869 [INTERPRETER]
* BUG: Fix Abs() when that operator is implemented at class level, so that
  it returns an object and not necesarrily a floating point value.

[GB.GMP]
* NEW: New component based on the Gnu Multiple Precision Arithmetic 
  Library. Only big integers (BigInt class) are partially implemented at 
  the moment.


git-svn-id: svn://localhost/gambas/trunk@5826 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-09-01 20:40:05 +00:00
..
c_complex.c [INTERPRETER] 2013-09-01 20:40:05 +00:00
c_complex.h
c_gsl.c [GB.GSL] 2013-07-06 01:06:42 +00:00
c_gsl.h [GB.GSL] 2013-03-31 06:28:32 +00:00
c_matrix.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
c_matrix.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
c_newtonpolynomial.c
c_newtonpolynomial.h
c_polynomial.c
c_polynomial.h [GB.GSL] 2013-03-31 06:28:32 +00:00
c_vector.c [CONFIGURATION] 2013-08-03 15:38:01 +00:00
c_vector.h [CONFIGURATION] 2013-08-03 15:38:01 +00:00
gb.gsl.component [CONFIGURATION] 2012-07-21 20:43:10 +00:00
main.c [DEVELOPMENT ENVIRONMENT] 2013-01-03 22:06:35 +00:00
main.h
Makefile.am