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).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 03:04, 5 August 2016 Tom (talk | contribs) automatically marked revision 7283 of page Fibonacci zeta function patrolled
- 00:41, 5 August 2016 Tom (talk | contribs) automatically marked revision 7282 of page Omega constant patrolled
- 00:39, 5 August 2016 Tom (talk | contribs) automatically marked revision 7281 of page Main Page patrolled
- 20:42, 4 August 2016 Tom (talk | contribs) automatically marked revision 7280 of page Book:Harry Bateman/Higher Transcendental Functions Volume I patrolled
- 03:09, 18 July 2016 Tom (talk | contribs) automatically marked revision 7279 of page Book:Milton Abramowitz/Handbook of mathematical functions patrolled
- 01:15, 18 July 2016 Tom (talk | contribs) moved page Relationship between spherical Bessel y sub nu and cosine to Relationship between spherical Bessel y and cosine
- 01:14, 18 July 2016 Tom (talk | contribs) automatically marked revision 7276 of page Spherical Bessel y patrolled
- 01:14, 18 July 2016 Tom (talk | contribs) automatically marked revision 7275 of page Cosine patrolled
- 14:42, 15 July 2016 Tom (talk | contribs) automatically marked revision 7274 of page Main Page patrolled
- 01:39, 13 July 2016 Tom (talk | contribs) automatically marked revision 7273 of page Book:Milton Abramowitz/Handbook of mathematical functions patrolled
- 01:37, 13 July 2016 Tom (talk | contribs) automatically marked revision 7272 of page Book:Milton Abramowitz/Handbook of mathematical functions patrolled
- 01:35, 13 July 2016 Tom (talk | contribs) automatically marked revision 7271 of page Euler product for Riemann zeta patrolled
- 01:34, 13 July 2016 Tom (talk | contribs) automatically marked revision 7270 of page Riemann zeta patrolled
- 01:34, 13 July 2016 Tom (talk | contribs) automatically marked revision 7269 of page Euler product for Riemann zeta patrolled
- 01:33, 13 July 2016 Tom (talk | contribs) automatically marked revision 7268 of page Euler product for Riemann zeta patrolled
- 01:32, 13 July 2016 Tom (talk | contribs) automatically marked revision 7267 of page Riemann zeta patrolled
- 23:25, 12 July 2016 Tom (talk | contribs) automatically marked revision 7266 of page Hypergeometric 2F1 patrolled
- 23:25, 12 July 2016 Tom (talk | contribs) automatically marked revision 7265 of page Sqrt(1-z^2)2F1(1,1;3/2;z^2)=arcsin(z)/z patrolled
- 23:18, 12 July 2016 Tom (talk | contribs) automatically marked revision 7264 of page 2F1(1/2,1/2;3/2;z^2)=arcsin(z)/z patrolled
- 23:16, 12 July 2016 Tom (talk | contribs) automatically marked revision 7263 of page 2F1(1/2,1/2;3/2;z^2)=arcsin(z)/z patrolled
- 23:16, 12 July 2016 Tom (talk | contribs) automatically marked revision 7262 of page 2F1(1/2,1;3/2;-z^2)=arctan(z)/z patrolled
- 23:16, 12 July 2016 Tom (talk | contribs) automatically marked revision 7261 of page 2F1(1/2,1;3/2;z^2)=log((1+z)/(1-z))/(2z) patrolled
- 23:15, 12 July 2016 Tom (talk | contribs) automatically marked revision 7260 of page 2F1(1,1;2;z)=-log(1-z)/z patrolled
- 23:15, 12 July 2016 Tom (talk | contribs) automatically marked revision 7259 of page Limit of (1/Gamma(c))*2F1(a,b;c;z) as c approaches -m patrolled
- 23:15, 12 July 2016 Tom (talk | contribs) automatically marked revision 7258 of page Hypergeometric 2F1 patrolled
- 15:39, 11 July 2016 Tom (talk | contribs) automatically marked revision 7257 of page Q-sin sub q patrolled
- 15:39, 11 July 2016 Tom (talk | contribs) automatically marked revision 7256 of page Series for q-sin sub q patrolled
- 15:37, 11 July 2016 Tom (talk | contribs) automatically marked revision 7255 of page Q-sin sub q patrolled
- 15:37, 11 July 2016 Tom (talk | contribs) automatically marked revision 7254 of page Q-cos sub q patrolled
- 15:37, 11 July 2016 Tom (talk | contribs) automatically marked revision 7253 of page Q-sin sub q patrolled
- 15:36, 11 July 2016 Tom (talk | contribs) automatically marked revision 7252 of page Q-cos sub q patrolled
- 15:36, 11 July 2016 Tom (talk | contribs) moved page Q-sin to Q-sin sub q
- 15:36, 11 July 2016 Tom (talk | contribs) automatically marked revision 7249 of page Q-Euler formula for e sub q patrolled
- 15:35, 11 July 2016 Tom (talk | contribs) moved page Q-cos to Q-cos sub q
- 15:35, 11 July 2016 Tom (talk | contribs) automatically marked revision 7246 of page Q-cos patrolled
- 15:34, 11 July 2016 Tom (talk | contribs) automatically marked revision 7245 of page Q-sin patrolled
- 20:35, 9 July 2016 Tom (talk | contribs) automatically marked revision 7244 of page Kelvin ker patrolled
- 20:35, 9 July 2016 Tom (talk | contribs) uploaded File:Kelvinker,n=0plot.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 x=np.arange(0,8,0.01); f=np.vectorize(lambda x: ker(0,x)) y=f(x) def g(x):...)
- 20:27, 9 July 2016 Tom (talk | contribs) uploaded File:Kelvinbei,n=1glyph.png (Category:kelvinbeiglyph <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 x=np.arange(-7,7,0.01) f=np.vectorize(lambda x: bei(1,x)) y=f(x)...)
- 20:24, 9 July 2016 Tom (talk | contribs) automatically marked revision 7241 of page Kelvin functions footer patrolled
- 20:24, 9 July 2016 Tom (talk | contribs) uploaded File:Kelvinbei,n=0glyph.png (Category:kelvinbeiglyph <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 x=np.arange(-6,6,0.01) f=np.vectorize(lambda x: bei(0,x)) y=f(x)...)
- 20:14, 9 July 2016 Tom (talk | contribs) uploaded File:Kelvinber,n=0.5glyph.png (Category:kelvinberglyph <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 x=np.arange(0,7,0.01) f=np.vectorize(lambda x: ber(0.5,x)) y=f(x...)
- 20:10, 9 July 2016 Tom (talk | contribs) uploaded a new version of File:Kelvinber,n=0glyph.png (Category:kelvinberglyph <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 x=np.arange(-8,8,0.01) f=np.vectorize(lambda x: ber(0,x)) y=f(x)...)
- 20:09, 9 July 2016 Tom (talk | contribs) automatically marked revision 7237 of page Kelvin functions footer patrolled
- 20:09, 9 July 2016 Tom (talk | contribs) uploaded File:Kelvinber,n=0glyph.png (Category:kelvinberglyph <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 x=np.arange(-8,8,0.01) f=np.vectorize(lambda x: ber(0,x)) y=f(x)...)
- 18:39, 9 July 2016 Tom (talk | contribs) automatically marked revision 7235 of page Book:Milton Abramowitz/Handbook of mathematical functions patrolled
- 07:31, 9 July 2016 Tom (talk | contribs) automatically marked revision 7234 of page Main Page patrolled
- 00:49, 9 July 2016 Tom (talk | contribs) automatically marked revision 7233 of page Hermite (physicist) patrolled
- 23:39, 8 July 2016 Tom (talk | contribs) automatically marked revision 7232 of page Hermite (physicist) patrolled
- 23:38, 8 July 2016 Tom (talk | contribs) automatically marked revision 7231 of page Hermite (physicist) patrolled