All public logs
Combined display of all available logs of specialfunctionswiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:19, 22 June 2016 Tom (talk | contribs) moved page File:Totientplot.png to File:Totientplot,to3500.png
- 04:15, 22 June 2016 Tom (talk | contribs) uploaded File:Totientplot.png (Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt import fractions from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 def totient(n): amount = 0 for k in range...)