blob: 72a6330fa4d760e91b4f5ea47123fa4bc167b277 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//
// hauptideal.pov
//
// (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
//
#declare T = 0;
#include "common.inc"
Nichthauptideal()
NichthauptidealKomplement()
|