Law of cosines - triples: Difference between revisions

Content added Content deleted
(Added C#)
m (→‎using some optimization: added a # to EXIT.)
Line 1,854: Line 1,854:
call foot s3
call foot s3
end
end
exit /*stick a fork in it, we're all done. */
exit 0 /*stick a fork in it, we're all done. */
/*──────────────────────────────────────────────────────────────────────────────────────*/
/*──────────────────────────────────────────────────────────────────────────────────────*/
foot: say right(# ' solutions found for' angle "(sides up to" arg(1)')', 65); say; return
foot: say right(# ' solutions found for' angle "(sides up to" arg(1)')', 65); say; return