Differences
This shows you the differences between two versions of the page.
Both sides previous revision
Previous revision
|
|
academic_history [2010/05/27 20:07] mloegering |
academic_history [2010/05/27 20:11] (current) mloegering |
Wes GPA and Alt GPA | Wes GPA and Alt GPA |
| |
* should display when: the respective term has all WES_TRAN_GRADE_INP entered for that term. (assuming that it will recalculate and include that term's grade(s)). | * should display when: the respective term has all CRSE_GRADE_INPUT entered for that term. (assuming that it will recalculate and include that term's grade(s)). |
| |
| |
| |
It is also worth noting that the infamous floating point rounding 'bug' was encountered on GPAs ending in .475, and required some finagling to get those to round up. (For the curious, this is because the binary floating point representation of .475 comes out to .47499999999999999... so sprintf("%.2f", .475) == .47, not the expected .48!) | It is also worth noting that the infamous floating point rounding 'bug' was encountered on GPAs ending in .475, and required some finagling to get those to round up. (For the curious, this is because the binary floating point representation of .475 comes out to .47499999999999999... so sprintf("%.2f", .475) == .47, not the expected .48!) |