]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/math/doc/quaternion/output_more.txt
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / math / doc / quaternion / output_more.txt
CommitLineData
7c673cae
FG
1Results of quaternion test.
2
3(C) Copyright Hubert Holin 2003-2005.
4Distributed under the Boost Software License, Version 1.0.
5(See accompanying file LICENSE_1_0.txt or copy at
6http://www.boost.org/LICENSE_1_0.txt)
7
8Running 19 test cases...
9Testing multiplication for float.
10Testing multiplication for double.
11Testing multiplication for long double.
12Testing exp for float.
13Testing exp for double.
14Testing exp for long double.
15Testing cos for float.
16Testing cos for double.
17Testing cos for long double.
18Testing sin for float.
19Testing sin for double.
20Testing sin for long double.
21Testing cosh for float.
22Testing cosh for double.
23Testing cosh for long double.
24Testing sinh for float.
25Testing sinh for double.
26Testing sinh for long double.
27Please input a quaternion...
28You have entered the quaternion (1,2,3,4) .
29For this quaternion:
30the value of the real part is 1
31the value of the unreal part is (0,2,3,4)
32the value of the sup norm is 4
33the value of the l1 norm is 10
34the value of the magnitude (euclidian norm) is 5.47723
35the value of the (Cayley) norm is 30
36the value of the conjugate is (1,-2,-3,-4)
37the value of the exponential is (1.69392,-0.78956,-1.18434,-1.57912)
38the value of the cube is (-86,-52,-78,-104)
39the value of the cosinus is (58.9336,-34.0862,-51.1293,-68.1724)
40the value of the sinus is (91.7837,21.8865,32.8297,43.773)
41the value of the tangent is (3.82105e-05,0.371397,0.557096,0.742794)
42the value of the hyperbolic cosinus is (0.961585,-0.341352,-0.512028,-0.682704)
43the value of the hyperbolic sinus is (0.732338,-0.448207,-0.672311,-0.896415)
44the value of the hyperbolic tangent is (1.02487,-0.102296,-0.153444,-0.204591)
45the value of the Sinus Cardinal (of index pi) is (13.6379,-5.38936,-8.08405,-10.7787)
46the value of the Hyperbolic Sinus Cardinal (of index pi) is (-0.192222,-0.0637628,-0.0956441,-0.127526)
47
48The value of the quaternion represented in spherical form by rho = 2.82843 , theta = 0.785398 , phi1 = 0.785398 , phi2 = 0.785398 is (1,1,1.41421,2)
49The value of the quaternion represented in semipolar form by rho = 2.82843 , alpha = 0.785398 , phi1 = 0.785398 , phi2 = 0.785398 is (1.41421,1.41421,1.41421,1.41421)
50The value of the quaternion represented in multipolar form by rho1 = 1 , theta1 = 0 , rho2 = 2 , theta2 = 1.5708 is (1,0,-8.74228e-08,2)
51The value of the quaternion represented in cylindrospherical form by t = 5 , radius = 1.41421 , longitude = 0.785398 , latitude = 1.0472 is (5,0.5,0.5,1.22474)
52The value of the quaternion represented in cylindrical form by r = 1.41421 , angle = 0.785398 , h1 = 3 , h2 = 4 is (1,1,3,4)
53
54Real 1: 1 ; Complex 1: (1,0) ; Quaternion 1: (1,0,0,0) .
55Complex i: (0,1) ; Quaternion i: (0,1,0,0) .
56Quaternion j: (0,0,1,0) .
57Quaternion k: (0,0,0,1) .
58
59i*i: (-1,0,0,0) ; j*j: (-1,0,0,0) ; k*k: (-1,0,0,0) .
60i*j: (0,0,0,1) ; j*i: (0,0,0,-1) .
61j*k: (0,1,0,0) ; k*j: (0,-1,0,0) .
62k*i: (0,0,1,0) ; i*k: (0,0,-1,0) .
63
64
65*** No errors detected
66