소스 검색

Fixing missing Sphinx math tag

Omicron 7 년 전
부모
커밋
dda2641fce
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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.
 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