Frax is an open-source library for C/C++, A lot of small things packed up together.
Frax is still in it's early development stages, so there should be a lot of bugs or issues. Right now, Frax is able to perform these actions:
- Define Pi, as Pi (You can call it whenever you need it.)
- Define Phi, as Phi (You can call it whenever you need it.)
- Add Log() function.
- Add logt() function.
- Add times() function.
- Includes basic useful libraries. List of Used Libraries
Here is a list what I plan to add in the future.
- Add log function
- Add More Libraries
- Add Time Function
- Add TrueRandom (In beta)
- Clean up the code
- To use FRAX, first, you'll need a C++ app. It can be whatever, it doesn't matter.
- On the first line, put
#include "frax.h"
. - Download Frax.h file.
- Copy it to your app's directory.
- Done! try to see if it works by putting
log("Hello World");
inside your main() function. - Enjoy! If you found any issue, feel free to share it with my via GitHub's built in "Issues" section.