Skip to content

Instantly share code, notes, and snippets.

View andrelp's full-sized avatar

André Leon Poncelet andrelp

  • RWTH Aachen University
View GitHub Profile
@andrelp
andrelp / main.dart
Created June 29, 2020 12:38
Notenberechnung
import 'dart:math';
//##############
// - Alle Kurse/Noten so eintragen:
// Note("name", Creditpunkte, Note),
// wobei Note=null wenn unbekannt und Note=1.0,1.3,1.7,... sonst
//
// - Die Bachelorarbeit so eintragen:
// Note("Bachelorarbeit", 15, Note, false, 1.5)