瀏覽代碼

Fix weird typo thing

Samuel W. Flint 6 年之前
父節點
當前提交
0b5828e59b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      larcs.org

+ 1 - 1
larcs.org

@@ -1269,7 +1269,7 @@ A Polynomial Term is a bit more complex than the previous two, the rewrite rule
 
  - The power is equal to 1. :: The coefficient is returned.
  - The power is equal to 2. :: The coefficient times the variable (in symbolic form) is returned.
- - The power is greater than 2. :: This comes in the form of $(nm)x^{^}{(n-1)}$.
+ - The power is greater than 2. :: This comes in the form of $(nm)x^{(n-1)}$.
 
 #+Caption: Polynomial Terms
 #+Name: sd-polynomial-terms