FBMath project moved to SourceForge

User projects written in or related to FreeBASIC.
mjs
Site Admin
Posts: 842
Joined: Jun 16, 2005 19:50
Location: Germany

Post by mjs »

Wow, this gets better and better ...

Regards,
Mark
jdebord
Posts: 547
Joined: May 27, 2005 6:20
Location: Limoges, France
Contact:

Post by jdebord »

I have modified the graphic initialization routine in FBMath so that the library can now be compiled with FB 0.14

The changes are in the CVS:
http://cvs.sourceforge.net/viewcvs.py/f ... otinit.bas
jdebord
Posts: 547
Joined: May 27, 2005 6:20
Location: Limoges, France
Contact:

Post by jdebord »

I have added the following to the CVS:

* Contouring routine (from Paul Bourke) and demo program:

http://cvs.sourceforge.net/viewcvs.py/f ... otcont.bas
http://cvs.sourceforge.net/viewcvs.py/f ... ontour.bas

* Stochastic simulation by Hastings-Metropolis algorithm, with demo program:

http://cvs.sourceforge.net/viewcvs.py/f ... m/mcmc.bas
http://cvs.sourceforge.net/viewcvs.py/f ... stmcmc.bas

* Diffusion-limited aggregation demo (by Richard Clark):

http://cvs.sourceforge.net/viewcvs.py/f ... lowgro.bas

You will also need the updated include file:

http://cvs.sourceforge.net/viewcvs.py/f ... th/math.bi

I will made a release as soon as I get the documentation updated :)
jdebord
Posts: 547
Joined: May 27, 2005 6:20
Location: Limoges, France
Contact:

Post by jdebord »

The new release (0.20) is available at:

http://sourceforge.net/projects/fbmath
Post Reply