http://reference.wolfram.com/language/ref/ArcSin.html
ArcSin[z]
gives the arc sine
of the complex number
.
Details
Background & Context
Examples
open allBasic Examples (3)
In[1]:= |
✕
1Series[ArcSin[x], {x, 0, 10}]
|
Out[1]= |
Scope (7)
In[1]:= |
✕
1ArcSin[1/2]
|
Out[1]= |
In[1]:= |
✕
1{ArcSin[-x], ArcSin[I x]}
|
Out[1]= |
ArcSin threads element-wise over lists and matrices:
In[1]:= |
✕
1ArcSin[{0.2, 0.5, 0.8}]
|
Out[1]= |
In[2]:= |
✕
123456789101112131415161718ArcSin[\!\(\*
TagBox[
RowBox[{"(", "\:f3a2", GridBox[{
{"1",
FractionBox["1", "3"]},
{"x",
FractionBox["1", "2"]}
},
GridBoxAlignment->{
"Columns" -> {{Left}}, "ColumnsIndexed" -> {},
"Rows" -> {{Baseline}}, "RowsIndexed" -> {}, "Items" -> {},
"ItemsIndexed" -> {}},
GridBoxSpacings->{
"Columns" -> {0.28, {0.7}, 0.28}, "ColumnsIndexed" -> {},
"Rows" -> {0.2, {0.4}, 0.2}, "RowsIndexed" -> {},
"Items" -> {}, "ItemsIndexed" -> {}}], "\:f3a2", ")"}],
Function[BoxForm`e$,
MatrixForm[BoxForm`e$]]]\) ]
|
Out[2]= |
TraditionalForm formatting: