AlphaFold3 / weight /_dep /eigen /doc /snippets /Cwise_asin.cpp
wuxing0105's picture
Add files using upload-large-folder tool
2e3030d verified
Raw
History Blame Contribute Delete
55 Bytes
Array3d v(0, sqrt(2.)/2, 1);
cout << v.asin() << endl;