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