Sign in
third-party-mirror
/
eigen
/
941ca8d83f776b9a07153d3abef2877907aa0555
/
.
/
doc
/
snippets
/
Cwise_asin.cpp
blob: 3a64671d5158017c43db2e88df4063e44fcdc6df [
file
] [
log
] [
blame
]
Array3d
v
(
0
,
sqrt
(
2.
)
/
2
,
1
);
cout
<<
v
.
asin
()
<<
endl
;