Skip to content
This repository was archived by the owner on Jul 25, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FBEmath

Notice

This repository has moved development to CodeBerg, this repository is archived and will not be updated.

About

FBEmath is a mathematics library for the FreeBASIC language.

Examples

See the examples directory.

History

This was originally a module of the FreeBASIC Extended Library but has been extracted to allow maximum usage without the extra features the Extended Library was attempting to support like generics.

Building on Windows

  1. Open a Command Prompt (if using powershell run "cmd" to get the proper support for batch file features used)
  2. Define a variable for the FreeBASIC compiler to use: "SET FBC=fbc32" or "SET FBC=fbc64" for 32bit or 64bit support
  3. Run winbuild.bat for a debug build or winbuild-release.bat for a non-debug build
  4. Copy inc/*.bi to your FreeBASIC install's inc dir
  5. Copy lib/*.a to your FreeBASIC install's lib dir

Building on Other Platforms

Use the provided Makefile, it is untested at the moment.

About

A Math Library for FreeBASIC

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Contributors

Languages