Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6784,7 +6784,7 @@ interface Namespace {
sinc: typeof sinc;

/**
* Simultaneously computes the sine and cosine of a number.
* Simultaneously computes the sine and cosine of an angle measured in radians.
*
* @param x - input value (in radians)
* @returns sine and cosine
Expand Down