- Complex mathmatical operations.
- Complex addition and subtraction.
- Complex multiplication and division.
- Complex logarithmic and exponential functions.
- Complex powers.
- Complex trigonometric, hyperbolic functions and their inverse.
- Error Handling.
- To use the library:
- Download both the header file and src code.
- Import and use them in your program.
- To test the library:
- Clone this library to your local computer.
- Open your terminal and navigate to the repo's directory.
- Make sure you have any 'MAKE' varient installed on your system.
- Run make command to compile the library:
make
- You can use any profiler and/or debugger.
- Run ./pcomplexlib-0.1b command to run the library in the terminal without any additional debugging tools:
./pcomplexlib-0.1b
PCOMPLEXLIB is released under the MIT license