Skip to content

Open Source Python package for Scientific Calculation

License

Notifications You must be signed in to change notification settings

kayabaakihiko13/Helina

Repository files navigation

hela_image_banner

pre-commit.ci status GitHub Workflow Status (with event) codefactor grade

Hela is curated packaged for math computational. it provides a number functions for performing mathematical calculations. The function in hela are carefully tested to ensure accuracy and correctness. Hela is great module for who anyone need to perform mathematical calculations with python.

installation

installation Hela by (only support with python 3.10, 3.11 and 3.12 (for 3.12 for experimental))

  • clone the repository
git clone https://github.com/slowy07/hela
  • install using pip by
cd hela
pip install .

usage

you can check the simple usage of hela on example.

Differential derivative example

from Hela.common import differential

def (x: float) -> float:
    return x ** 2
value_input: int = 3
calculate_derivative: float = differential.derivative(function, value_input)
print(f"result: {calculate_derivative:.3f}") # 6.000

Contributing

Contributing are welcome, before that you can read the CONTRIBUTING before submit pull request.

About

Open Source Python package for Scientific Calculation

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •