Content deleted Content added
'sin' as an operator? |
: Yes. Haskell has such a function, as well as <tt>sin</tt> appearing as a postfix operator in the PostScript programming language. ~~~~ |
||
Line 1:
Do programming languages actually exist where <tt>sin</tt> is a prefix operator? As far as I know, it's always a function requiring parentheses around its argument <tt>sin(x)</tt>, thus avoiding the ambiguity mentioned in the article.
<br>—[[User:Herbee|Herbee]] 11:37, 2004 Mar 5 (UTC)
: Yes. [[Haskell programming language|Haskell]] has such a function, as well as <tt>sin</tt> appearing as a postfix operator in the [[PostScript programming language]]. [[User:Dysprosia|Dysprosia]] 11:55, 5 Mar 2004 (UTC)
|