diff --git a/lib/node_modules/@stdlib/math/base/special/acosd/README.md b/lib/node_modules/@stdlib/math/base/special/acosd/README.md index 0ddf7a05e25d..5013325d8882 100644 --- a/lib/node_modules/@stdlib/math/base/special/acosd/README.md +++ b/lib/node_modules/@stdlib/math/base/special/acosd/README.md @@ -184,7 +184,7 @@ int main( void ) { - [`@stdlib/math/base/special/acos`][@stdlib/math/base/special/acos]: compute the arccosine of a double-precision floating-point number. - [`@stdlib/math/base/special/acosh`][@stdlib/math/base/special/acosh]: compute the hyperbolic arccosine of a double-precision floating-point number. - [`@stdlib/math/base/special/asind`][@stdlib/math/base/special/asind]: compute the arcsine (in degrees) of a double-precision floating-point number. -- [`@stdlib/math/base/special/atand`][@stdlib/math/base/special/atand]: compute the arctangent (in degrees) of a double-precision floating-point number. +- [`@stdlib/math/base/special/atand`][@stdlib/math/base/special/atand]: compute the arctangent(in degrees) of a double-precision floating-point number.