Skip to content

Commit

Permalink
Update Formatting Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyaohhh committed Oct 23, 2023
1 parent eeff50d commit 034062f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ Examples:
### Calculating the total current CAP:
Calculates the total current CAP of all modules stored in all years and semesters
using the formula:
$\frac{sum of all modules: (grade point of that module * Modular Credits of that module)}{total Modular Credits}$.
$\frac{text{sum of all modules: (grade point of that module * Modular Credits of that module)}}{text{total Modular Credits}}$.

Returns a `float` with value $\geq$ `0.0` and $\leq$ `5.0`.
Returns a `float` of `0.0` $\leq$ value $\leq$ `5.0`.

Format: `calculateCAP`

Expand Down

0 comments on commit 034062f

Please sign in to comment.