Jelajahi Sumber

Merge pull request #1034 from Omicron666/patch-1

Fix missing Sphinx math tag
Chris Bradfield 8 tahun lalu
induk
melakukan
84a8b4af84
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      tutorials/math/vector_math.rst

+ 2 - 2
tutorials/math/vector_math.rst

@@ -273,9 +273,9 @@ However, the result of the cross product is a vector with a direction
 that is perpendicular to both. Its magnitude depends on their relative angle.
 that is perpendicular to both. Its magnitude depends on their relative angle.
 If two vectors are parallel, the result of their cross product will be null vector.
 If two vectors are parallel, the result of their cross product will be null vector.
 
 
-::
+.. math::
 
 
-    \left \| a x b \right \| = \left \| a \right \|\left \| b \right \|\ sin(a,b)
+    \left \|a \times b  \right \| = \left \| a \right \|\left \| b \right \|\ |\sin(a,b)|
 
 
 .. image:: img/tutovec16.png
 .. image:: img/tutovec16.png