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