area of triangle by yowa

#!ruby -pal\x0d
a,b,c=$F.map{|s|s.to_f};s=(a+b+c)/2;$_=((s*(s-a)*(s-b)*(s-c))**0.5).round

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page