Veterinary Calculator is a simple calculator that uses Windows.Forms and aims to provide features specific to veterinary clinics as well as a powerful mathematical evaluator
| Tags | Scientific/Engineering Medical Science |
|---|---|
| Licenses | GPL |
| Implementation | C# |
Recent releases


Changes: This is a minor release to fix some text to make things easier to understand, and to fix building on Linux with nant. This is also likely the last GPL release; the next release will be LGPL or perhaps even BSD licensed.


Changes: This release removes the last of the old parenthesis code, fixes a bug in the backspace handler so that it now puts in a 0 when you backspace all of the numbers, and makes escape clear the current number as well as previous entries.


Changes: This release adds Proper parenthesis support and marks the release of the first beta.


Changes: This release uses livecontrols and fixes the conversion utility to behave in a more usable manner.


Changes: This Alpha completely replaces the math evaluator with a new one supporting order of operations. Parenthesis support is very broken in this, and will will be replaced as soon as possible. It also improves DotGNU's Portable.NET support. The basic calculator functions now work under Portable.NET version 0.6.10 (note that conversions still do not work).