Subversion Repositories programming

Rev

Rev 100 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 100 Rev 108
Line 1... Line 1...
1
;Written By: Ira Snyder
1
;Written By: Ira Snyder
2
;Date:       01-13-2005
2
;Date:       01-13-2005
3
;Project #:  Hw 01
3
;Project #:  Hw 01
-
 
4
;License: Public Domain
4
 
5
 
5
;define the QUAD1 funtion which returns the "positive" root
6
;define the QUAD1 funtion which returns the "positive" root
6
;
7
;
7
;in infix, this is
8
;in infix, this is
8
;-b +- sqrt( -b^2 - 4*a*c )
9
;-b +- sqrt( -b^2 - 4*a*c )