Skip to content

Commit b688f77

Browse files
authored
docs: update namespace TypeScript declarations
PR-URL: #5868 Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent 299025d commit b688f77

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6784,7 +6784,7 @@ interface Namespace {
67846784
sinc: typeof sinc;
67856785

67866786
/**
6787-
* Simultaneously computes the sine and cosine of a number.
6787+
* Simultaneously computes the sine and cosine of an angle measured in radians.
67886788
*
67896789
* @param x - input value (in radians)
67906790
* @returns sine and cosine

0 commit comments

Comments
 (0)