Main Page: Difference between revisions

From Elliptic Curve Crypto
extensions validation
m →‎Mathematics: change of sign in exponent to fix math formula
Line 3: Line 3:
=== Mathematics ===
=== Mathematics ===


<math>\int_{-\infty}^\infty e^{x^2}dx=\sqrt\pi</math>
<math>\int_{-\infty}^\infty e^{-x^2}dx=\sqrt\pi</math>


=== Computer programming ===
=== Computer programming ===

Revision as of 01:08, 14 December 2024

MediaWiki has been installed.

Mathematics

Computer programming

#include <iostream>
int main(const int argc,
    const char *const *const argv,
    const char *const *const envp)
{
    std::cout << "Hello, world!" << std::endl;
    return 0;
}

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

Getting started