Help


from Wikipedia
« »  
Other types of notation are used in algebraic expressions when the required formatting is not available, or can not be implied, such as where only letters and symbols are available.
For example, exponents are usually formatted using superscripts, e. g..
In plain text, and in the TeX mark-up language, the caret symbol "^" represents exponents, so is written as " x ^ 2 ".
In programming languages such as Ada, Fortran, Perl, Python and Ruby, a double asterisk is used, so is written as " x ** 2 ".
Many programming languages, and calculators use a single asterisk to represent the multiplication symbol, and it must be explicitly used, for example, is written " 3 * x ".

1.956 seconds.