Jim Meyering wrote: > > - t = pi - acosl(-x); > > + t = pi - acosl (- x); > > For a unary "-", it seems more readable to omit the following space.
ok. There were no other objections in 4 days, so I committed the patch. Bruno
Jim Meyering wrote: > > - t = pi - acosl(-x); > > + t = pi - acosl (- x); > > For a unary "-", it seems more readable to omit the following space.
ok. There were no other objections in 4 days, so I committed the patch. Bruno