diff --git a/lib/node_modules/@stdlib/math/base/special/README.md b/lib/node_modules/@stdlib/math/base/special/README.md index 4f61c9b5c3b..762b9c38722 100644 --- a/lib/node_modules/@stdlib/math/base/special/README.md +++ b/lib/node_modules/@stdlib/math/base/special/README.md @@ -145,7 +145,7 @@ var fcns = special; - [`cabsf( z )`][@stdlib/math/base/special/cabsf]: compute the absolute value of a single-precision complex floating-point number. - [`cceil( z )`][@stdlib/math/base/special/cceil]: round a double-precision complex floating-point number toward positive infinity. - [`cceilf( z )`][@stdlib/math/base/special/cceilf]: round a single-precision complex floating-point number toward positive infinity. -- [`cceiln( [out,] re, im, n )`][@stdlib/math/base/special/cceiln]: round a complex number to the nearest multiple of `10^n` toward positive infinity. +- [`cceiln( z, n )`][@stdlib/math/base/special/cceiln]: round each component of a double-precision complex floating-point number to the nearest multiple of `10^n` toward positive infinity. - [`ceil( x )`][@stdlib/math/base/special/ceil]: round a double-precision floating-point number toward positive infinity. - [`ceil10( x )`][@stdlib/math/base/special/ceil10]: round a numeric value to the nearest power of 10 toward positive infinity. - [`ceil2( x )`][@stdlib/math/base/special/ceil2]: round a numeric value to the nearest power of two toward positive infinity.