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).
- 00:20, 29 October 2017 Tom (talk | contribs) automatically marked revision 8823 of page File:Dawsondplusplot.png patrolled
- 00:20, 29 October 2017 Tom (talk | contribs) uploaded File:Dawsondplusplot.png (Category:Plot <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams import scipy.special rcParams['figure.figsize'] = 10, 10 x=np.arange(-15,15,0.001); f=np.vectorize(lambda x: sc...)