
********************************************************************************
*
* .----------------.
* | ENGLISH  INFO  |  (Deutsche Info: Siehe unten)
* '----------------'
*
* Pi-Neck.bas - QBasic-Programm for calculating Pi via polygonal figures
*                 by Marc Antoni, 
* =============================================================================
* The constant Pi is calulated via an iterative method which approximates the
* unit circel (radius = * 1 Length Unit) by increasing the number of the corner
* points.
*
*-------------------------------------------------------------------------------
*
* .---------------.
* | DEUTSCHE INFO |
* '---------------'
*
* Pi-Neck.bas - QBasic-Programm zu Berechnung der Zahl Pi ber N-Ecke
*                 von Marc Antoni 
* =============================================================================
* Die Zahl Pi ergibt sich durch Annherung des Einheitskreises (r=0,5 LE)
* durch seine innenliegenden regelmigen Vielecke mit steigender Eckenzahl
* n (iteratives Verfahren)"
*
*-------------------------------------------------------------------------------
*
*   \         (c) Marc Antoni, 22.10.200 
*    \ /\           Mailto:marc@antonis.de
*    ( )            http://www.antonis.de    ---   http://www.qbasic.de   
*  .( o ).
*                        ----==== Hottest QBasic Stuff on Earth !!! ====----
*
********************************************************************************





