⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 output_more.txt

📁 boost库提供标准的C++ API 配合dev c++使用,功能更加强大
💻 TXT
字号:
Please input a quaternion...You have entered the quaternion (1,2,3,4) .For this quaternion:the value of the real part is 1the value of the unreal part is (0,2,3,4)the value of the sup norm is 4the value of the l1 norm is 10the value of the magnitude (euclidian norm) is 5.47723the value of the (Cayley) norm is 30the value of the conjugate is (1,-2,-3,-4)the value of the exponential is (1.69392,-0.78956,-1.18434,-1.57912)the value of the cube is (-86,-52,-78,-104)the value of the cosinus is (58.9336,-34.0862,-51.1293,-68.1724)the value of the sinus is (91.7837,21.8865,32.8297,43.773)the value of the tangent is (3.82105e-05,0.371397,0.557096,0.742794)the value of the hyperbolic cosinus is (0.961585,-0.341352,-0.512028,-0.682704)the value of the hyperbolic sinus is (0.732338,-0.448207,-0.672311,-0.896415)the value of the hyperbolic tangent is (1.02487,-0.102296,-0.153444,-0.204591)the value of the Sinus Cardinal (of index pi) is (13.6379,-5.38936,-8.08405,-10.7787)the value of the Hyperbolic Sinus Cardinal (of index pi) is (-0.192222,-0.0637628,-0.0956441,-0.127526) The 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)The 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)The 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)The 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)The value of the quaternion represented in cylindrical form by r = 1.41421 , angle = 0.785398 , h1 = 3 , h2 = 4 is (1,1,3,4) Real 1: 1 ; Complex 1: (1,0) ; Quaternion 1: (1,0,0,0) .Complex i: (0,1) ; Quaternion i: (0,1,0,0) .Quaternion j: (0,0,1,0) .Quaternion k: (0,0,0,1) . i*i: (-1,-0,0,0) ; j*j: (-1,-0,0,0) ; k*k: (-1,-0,0,0) .i*j: (-0,-0,0,1) ; j*i: (-0,-0,0,-1) .j*k: (-0,1,0,0) ; k*j: (-0,-1,0,0) .k*i: (-0,-0,1,0) ; i*k: (-0,-0,-1,0) . Running 18 test cases...Testing multiplication for float.Testing exp for float.Testing cos for float.Testing sin for float.Testing cosh for float.Testing sinh for float.Testing multiplication for double.Testing exp for double.Testing cos for double.Testing sin for double.Testing cosh for double.Testing sinh for double.Testing multiplication for long double.Testing exp for long double.Testing cos for long double.Testing sin for long double.Testing cosh for long double.Testing sinh for long double.*** No errors detected

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -