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