Library for Power-Series Composition
This library compiles with modern versions of g++. In particular, it has been tested with gcc-14.2.0 and gcc-15.2.1.
The provided Makefile should avoid any linking issues. Perform a test compilation by running:
make
A successfull compilation will create a directory called bin containing the binary files. This process creates an test example in the bin directory.
This library supports single, double and quadruple precission. Before compilation, make sure to select the desired precission in the src/config.h file.
The file src/example_test.cpp contains a minimal example illustrating the use of this library. Once the project has been compiled with make, the example can be executed using:
bin/example_test