~ubuntu-branches/ubuntu/natty/mathomatic/natty

« back to all changes in this revision

Viewing changes to tests/radius.in

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2010-05-27 23:29:55 UTC
  • mfrom: (1.1.26 upstream) (3.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20100527232955-xzvvnwdzy8c9mdji
Tags: 15.1.1-1
* New upstream release
* debian/patches/10_fix_makefile.dpatch
  - updated to new upstream code
* debian/patches/30_bts-459093_ftbfs_make_test_time.dpatch
  - updated to new upstream code

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
inradius=(s*(s-a)*(s-b)*(s-c))^.5/s
8
8
eliminate s
9
9
simplify
 
10
 
10
11
; The following is the equation for the radius of a circle circumscribing
11
12
; a triangle, called a circumcircle, which is a circle that passes through
12
13
; all the vertices of a polygon.