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"}
  ]
end

Documentation 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:

Learn more:

License

MIT