Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (27 loc) · 1.18 KB

PCOMPLEXLIB LIBRARY

Another complex library built to support both real numbers and complex numbers in an efficient way.

Table of Contents

Features

  • 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.

Getting Started

  • 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

LICENSE

PCOMPLEXLIB is released under the MIT license