Skip to content

Arcsind

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Notation

Description

Returns the mathematical inverse (arc) sine of x. A common alias for this function is asind, and it is sometimes represented as sin-1.

Parameters

  • x: The value whose inverse sine will be returned. Values typically range from -1 to 1.

Return Values

double: Returns the mathematical inverse sine of x. Values typically range from -pi/2 to pi/2.

Example Call

// demonstrates

NOTOC

Category:Function:Real

This is number 1

Clone this wiki locally