Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 789 Bytes

File metadata and controls

27 lines (15 loc) · 789 Bytes

gtksharp-labworks-quadraticequation

Mono Gtk# laboratory works: quadratic equation.

Author: The Profitware Group / Sergey Sobko [email protected]

The code is mainly written as a part of my very special (classmates use .NET / WinForms) laboratory work at Moscow Institute of Electronics and Mathematics (MIEM HSE).

Introduction

Quadratic equation solution.

Building

I use Mono 3.4.0 and MonoDevelop 4.2.3. The program is not tested on other versions.

Getting the code

The code is hosted at GitHub.

Check out the latest development version anonymously with:

 $ git clone git://github.com/profitware/gtksharp-labworks-quadraticequation.git
 $ cd gtksharp-labworks-quadraticequation