<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://whystartat.xyz/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=John+McKenna</id>
	<title>Why start at x, y, z - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://whystartat.xyz/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=John+McKenna"/>
	<link rel="alternate" type="text/html" href="https://whystartat.xyz/wiki/Special:Contributions/John_McKenna"/>
	<updated>2026-05-25T03:39:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.0</generator>
	<entry>
		<id>https://whystartat.xyz/index.php?title=Talk:Ways_of_writing_numbers&amp;diff=170</id>
		<title>Talk:Ways of writing numbers</title>
		<link rel="alternate" type="text/html" href="https://whystartat.xyz/index.php?title=Talk:Ways_of_writing_numbers&amp;diff=170"/>
		<updated>2021-07-07T20:24:49Z</updated>

		<summary type="html">&lt;p&gt;John McKenna: Created page with &amp;quot;In the Twitter thread: &amp;quot;Have you seen fractional numbers in hex or octal notation?&amp;quot; Literals like 0x1.123abcp-5 are now standard in C and C++.  The exponent (following &amp;#039;p&amp;#039;) is...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In the Twitter thread: &amp;quot;Have you seen fractional numbers in hex or octal notation?&amp;quot;&lt;br /&gt;
Literals like 0x1.123abcp-5 are now standard in C and C++.  The exponent (following &#039;p&#039;) is written in decimal.  The Handbook of Floating Point Arithmetic (Muller and about a thousand others) uses this format (sometimes without the 0x) to provide exact floating point constants.&lt;/div&gt;</summary>
		<author><name>John McKenna</name></author>
	</entry>
	<entry>
		<id>https://whystartat.xyz/index.php?title=Parentheses_are_overused&amp;diff=162</id>
		<title>Parentheses are overused</title>
		<link rel="alternate" type="text/html" href="https://whystartat.xyz/index.php?title=Parentheses_are_overused&amp;diff=162"/>
		<updated>2021-07-06T14:09:01Z</updated>

		<summary type="html">&lt;p&gt;John McKenna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Ambiguities]]&lt;br /&gt;
&lt;br /&gt;
Parentheses are used to represent all sorts of operations and objects, many of which conflict with each other.&lt;br /&gt;
&lt;br /&gt;
Grouping parts of an expression: \( (x+1)(x+2) \)&lt;br /&gt;
&lt;br /&gt;
Argument of a function: \(f(x)\) is &amp;quot;\(f\) applied to \(x\)&amp;quot;. ([[There is no function application symbol]])&lt;br /&gt;
&lt;br /&gt;
Greatest common divisor: \((a,b) = \gcd(a,b)\) &lt;br /&gt;
&lt;br /&gt;
Counting combinations: \( {n \choose k} = \frac{n!}{k!(n-k)!} \)&lt;br /&gt;
&lt;br /&gt;
Repeated differentiation : \( f^{(n)}(x) = \frac{\mathrm{d}^nf}{\mathrm{d}x^n} \)&lt;br /&gt;
&lt;br /&gt;
Vectors or one-column matrices: \( \begin{pmatrix} a \\ b \end{pmatrix} \)&lt;br /&gt;
&lt;br /&gt;
Ideals: \((2)\) is the ideal generated by 2, \((a,b,c)\) is the ideal generated by \(\{a,b,c\}\).&lt;br /&gt;
&lt;br /&gt;
Tuples: \((a,b)\)&lt;br /&gt;
&lt;br /&gt;
Cycle notation for permutations: \((a,b)\) or \((a \; b)\)&lt;br /&gt;
&lt;br /&gt;
Legendre/Jacobi symbol: \( \left(\dfrac{a}{b}\right) \)&lt;/div&gt;</summary>
		<author><name>John McKenna</name></author>
	</entry>
</feed>