X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/d1dace004048e3147d27ccc6cf5f33ada1fa40be..e057fe08fc130c9a84c0d5ae885580286837b2d3:/math/scaf.h diff --git a/math/scaf.h b/math/scaf.h index 2535a9c1..3f0afc74 100644 --- a/math/scaf.h +++ b/math/scaf.h @@ -135,7 +135,7 @@ extern void scaf_mul(scaf_dblpiece */*z*/, const scaf_piece */*x*/, * @const scaf_piece *mu@ = scaled approximation to @1/l@ * @size_t npiece@ = number of pieces in @l@ * @unsigned piecewd@ = nominal width of a piece in bits - * @scaf_piece *scratch@ = @3*npiece + 1@ scratch pieces + * @scaf_piece *scratch@ = @3*npiece@ scratch pieces * * Returns: --- *