unary + and C standardization

gwyn at brl-tgr.UUCP gwyn at brl-tgr.UUCP
Thu Jul 19 12:13:00 AEST 1984


Another use for unary + is to make things line up better:
	xprime = + x * cos( theta ) + y * sin( theta );
	yprime = - x * sin( theta ) + y * cos( theta );
Admittedly a weak reason for adding something to a programming language.



More information about the Comp.lang.c mailing list