Changes

Jump to navigation Jump to search
115 bytes added ,  12:37, December 21, 2008
Ugh, I could have probably written that better, but I suppose it's good enough for now
Line 3: Line 3:  
In [[C]] and similar computer programming languages, it is used to represent "logical not" and in a pair with an equals sign (=) to represent ''is not equal to'', e.g. {{tt|1=if (a != b)}} means ''if a is not equal to b''.<ref>[http://cermics.enpc.fr/~ts/C/CONCEPT/expressions.html C Operators/Expressions].</ref>
 
In [[C]] and similar computer programming languages, it is used to represent "logical not" and in a pair with an equals sign (=) to represent ''is not equal to'', e.g. {{tt|1=if (a != b)}} means ''if a is not equal to b''.<ref>[http://cermics.enpc.fr/~ts/C/CONCEPT/expressions.html C Operators/Expressions].</ref>
    +
In mathematics, the exclamation mark is typically used to represent the [[factorial]] of a whole number, n, as n!.
 
== Reference ==
 
== Reference ==
 
{{reflist}}
 
{{reflist}}
146

edits

Navigation menu