Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Hirmuolio Pine/sandbox3: Difference between revisions

From EVE University Wiki
Hirmuolio Pine (talk | contribs)
Hirmuolio Pine (talk | contribs)
Line 96: Line 96:
** Some operators will require manually setting. For example <math> \frac{ \mathrm{d} x }{ \mathrm{d} t} </math>.
** Some operators will require manually setting. For example <math> \frac{ \mathrm{d} x }{ \mathrm{d} t} </math>.
* Single letter functions you define are italic. For example <math> f(x) </math>.
* Single letter functions you define are italic. For example <math> f(x) </math>.
** But multi letter named functions are in roman. For example <math> \mathrm{func}(x) </math>.
** Multi letter named functions are in roman. For example <math> \mathrm{func}(x) </math>.
* Units are in roman and separated from numbers by an unbreakable thin space <code>\,</code>. Example: <math> g = 9.81 \,{\rm m/s^2} </math>
* Units are in roman and separated from numbers by an unbreakable thin space <code>\,</code>. Example: <math> g = 9.81 \,{\rm m/s^2} </math>
* Do not use "*" symbol for multiplication. Use <code>\times</code> insted. Example: <math> 3 \times 2 = 6 </math>
* Do not use "*" symbol for multiplication. Use <code>\times</code> insted. Example: <math> 3 \times 2 = 6 </math>