Re: [pure-lang-users] Proposed syntax changes
Status: Beta
Brought to you by:
agraef
From: Eddie R. <er...@bm...> - 2008-08-18 19:30:22
|
Sorry. sqrt (x+:y) = sqrt (0.5*(r+x)) +: sqrt (0.5*(r-x)) when r = sqrt x*x+y*y; end; |