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

  • 19:51, 14 December 2017 Tom (talk | contribs) automatically marked revision 8852 of page File:Signumplot.png patrolled
  • 19:51, 14 December 2017 Tom (talk | contribs) uploaded File:Signumplot.png (<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 x1=np.arange(-4,-0.05,0.01); x2=np.arange(0.05,4,0.01); def g1(x): return -1 def g2(x):...)
  • 19:50, 14 December 2017 Tom (talk | contribs) deleted page File:Signumplot.png
  • 08:01, 16 June 2016 Tom (talk | contribs) uploaded File:Signumplot.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 x1=np.arange(-4,-0.05,0.01); x2=np.arange(0.05,4,0.01); def g1(x):...)