Difference between revisions of "Main Page"

From wiki.doumith.net
Jump to: navigation, search
Line 5: Line 5:
  
 
<math>\LARGE x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math>
 
<math>\LARGE x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math>
 +
 +
<code lang="javascript" first-line="2" highlight="[4,6]" title="title">
 +
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.
 +
// http://alexgorbatchev.com
 +
var setArray = function(elems) {
 +
    this.length = 0;
 +
    push.apply(this, elems);
 +
    return this;
 +
}
 +
</code>
 +
  
 
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
 
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.

Revision as of 22:23, 21 March 2016

MediaWiki has been successfully installed.

testing math c=\sqrt{x_1^2 + x_2^2}

\LARGE x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}

// SyntaxHighlighter makes your code snippets beautiful without tiring your servers. // http://alexgorbatchev.com var setArray = function(elems) {

   this.length = 0;
   push.apply(this, elems);
   return this;

}


Consult the User's Guide for information on using the wiki software.

Getting started