// SPDX-FileCopyrightText: The Eigen Authors // SPDX-License-Identifier: MPL-2.0 Array3d v(0, sqrt(2.) / 2, 1); cout << v.acos() << endl;