All public logs

Jump to: navigation, search

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).

Logs      

 

Show tag log

  • 03:21, 6 July 2016 Tom (talk | contribs) uploaded a new version of File:Vanderwaerdenplot.png (Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 10, 10 def distfnc(x): return min(x-floor(x),ceil(x)-x) def vanderwaerden...)
  • 17:44, 22 January 2016 Tom (talk | contribs) uploaded File:Vanderwaerdenplot.png (<pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * def distfnc(x): return min(x-floor(x),ceil(x)-x) def vanderwaerden(x): return nsum(lambda k: distfnc((10.0**k)*x)/(10.0**k),[0,inf]) x=np....)