CGPA Calculator
A lightweight Elixir library for calculating GPA, CGPA, and SGPA. Supports 4.0 and 5.0 grading scales used by universities worldwide.
Try the online tool: gpacalc.app
Installation
Add cgpa_calculator to your list of dependencies in mix.exs:
def deps do
[
{:cgpa_calculator, "~> 0.1.0"}
]
endDocumentation can be found at https://hexdocs.pm/cgpa_calculator.
Related Resources
GPA Calculator -- Free online GPA, CGPA, and SGPA calculator for students worldwide.
Also available for:
- JavaScript (npm)
- Python (PyPI)
- Ruby (RubyGems)
- Rust (crates.io)
- PHP (Packagist)
- .NET (NuGet)
- Dart/Flutter (pub.dev)
Learn more:
License
MIT