Writing Conventions
This page is to reduce confusion when reading code here on the forums. The conventions found on this page are the ones which are the accepted standard on this and many other coding sites. Many of these characters can be found in the character box at the top right of your page, where you can copy and paste them. However, if you find this difficult, you can use the conventions as they are below.
| Convention | Meaning |
|---|---|
| L1 | L₁ |
| L2 | L₂ |
| L3 | L₃ |
| L4 | L₄ |
| L5 | L₅ |
| L6 | L₆ |
| -> | → |
| >= | ≥ |
| <= | ≤ |
| ~= | ≅ |
| != | ≠ |
| sqrt( | √ |
| cubert( | ∛ |
| nroot( | ⁿ√ |
| DeltaX | ΔX |
| DeltaY | ΔY |
| // | Code Comment, do not include |
| [^1]: nroot( is the same as xroot(, where n=x |
Authors: