Command line tool for calculating McGill grades.
This is a command line tool written in C by @Gabesw to check a grade against the McGill grade scale.
First, execute the installation script to compile the project and add it to the PATH:
$ sudo ./install
Command | Description | Example |
---|---|---|
mcg | Prints the McGill grade scale to the console. | mcg |
mcg x/y | Calculates the letter grade of the evaluated fraction x/y and prints it. | mcg 18/20 |
mcg x | Calculates the letter grade corresponding to the numerical grade x/100 (e.g. x%). Decimals are allowed. | mcg 98.2 |
- The program does not round the grades.