mistake in halfangles manual



Hi,

Example in manual/halfangles ^floor(x/(2*%pi)) is missing:

(%i4) sin(x/2),halfangles:true;
(%o4) sqrt(1-cos(x))*(-1)^floor(x/(2*%pi))/sqrt(2)

which gives the correct plot.

Rafal Topolnicki