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

  • 21:09, 5 July 2016 Tom (talk | contribs) uploaded a new version of File:Darbouxglyph.png (Category:darbouxglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 def distfnc(x): return min(x-floor(x),ceil(x)-x) def fabe...)
  • 20:42, 5 July 2016 Tom (talk | contribs) uploaded a new version of File:Darbouxglyph.png (Category:darbouxglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 def darboux(x): return nsum(lambda k: sin(fac(k+1)*x)/fac(...)
  • 20:40, 5 July 2016 Tom (talk | contribs) uploaded a new version of File:Darbouxglyph.png (Category:darbouxplot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 def darboux(x): return nsum(lambda k: sin(fac(k+1)*x)/fac(k...)
  • 20:39, 5 July 2016 Tom (talk | contribs) uploaded File:Darbouxglyph.png (Category:darbouxglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.4,2.4 def darboux(x): return nsum(lambda k: sin(fac(k+1)*x)/fac(...)