Skip to content

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

License

Notifications You must be signed in to change notification settings

PaulaZa5/pcomplexlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages