C# Programmable Calculator Sample Code
This source code is provided "as is" and without warranties as to performance or
merchantability. The author and/or distributors of this source code may have made statements about this
source code. Any such statements do not constitute warranties and shall not be relied on
by the user in deciding whether to use this source code.
This source code is provided without any express or implied warranties whatsoever. Because
of the diversity of conditions and hardware under which this source code may be used, no
warranty of fitness for a particular purpose is offered. The user is advised to test the
source code thoroughly before relying on it. The user must assume the entire risk of using
the source code.
The following C# source code samples can be loaded into
C# Programmable Calculator
and run:
| Sample |
Description |
| Calculate Pi |
Calculate Pi to a ludicrously high precision. |
| Fractals |
Draw Mandelbrot Set and Julia Set fractals. |
C# Programmable Calculator is a Reverse Polish Notation (RPN) calculator with custom buttons programmable in C#.
Version 2.0.0.6 (Requires .Net 2.0 or later to run. Requires Visual Studio 2005 to compile source code.)