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)- 02:27, 5 January 2017 Tom (talk | contribs) automatically marked revision 8028 of page Depreciated trigonometric functions footer patrolled
- 02:27, 5 January 2017 Tom (talk | contribs) uploaded a new version of File:Excosecantglyph.png (Category:excosecantglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: csc(x)-1) y...)
- 02:25, 5 January 2017 Tom (talk | contribs) uploaded File:Excosecantglyph.png (Category:excosecantglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: csc(x)-1) y...)
- 01:57, 5 January 2017 Tom (talk | contribs) automatically marked revision 8025 of page Main Page patrolled
- 01:56, 5 January 2017 Tom (talk | contribs) automatically marked revision 8024 of page Depreciated trigonometric functions footer patrolled
- 01:56, 5 January 2017 Tom (talk | contribs) uploaded File:Exsecantglyph.png (Category:exsecantglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: sec(x)-1) y1=...)
- 01:51, 5 January 2017 Tom (talk | contribs) uploaded File:Coversinglyph.png (Category:coversineglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: 1-sin(x)) y1...)
- 01:50, 5 January 2017 Tom (talk | contribs) automatically marked revision 8021 of page Depreciated trigonometric functions footer patrolled
- 01:49, 5 January 2017 Tom (talk | contribs) automatically marked revision 8020 of page Depreciated trigonometric functions footer patrolled
- 01:49, 5 January 2017 Tom (talk | contribs) automatically marked revision 8019 of page Main Page patrolled
- 01:49, 5 January 2017 Tom (talk | contribs) uploaded a new version of File:Versineglyph.png (Category:versineglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: 1-cos(x)) y1=f...)
- 01:48, 5 January 2017 Tom (talk | contribs) uploaded File:Versineglyph.png (Category:versineglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: 1-cos(x)) y1=f...)
- 01:37, 5 January 2017 Tom (talk | contribs) automatically marked revision 8016 of page *-c functions footer patrolled
- 01:37, 5 January 2017 Tom (talk | contribs) uploaded File:Tanhcglyph.png (Category:tanhcglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: tanh(x)/x) y1=f(...)
- 01:35, 5 January 2017 Tom (talk | contribs) automatically marked revision 8014 of page *-c functions footer patrolled
- 01:34, 5 January 2017 Tom (talk | contribs) uploaded File:Tancglyph.png (Category:tancglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: tan(x)/x) y1=f(x1...)
- 01:24, 5 January 2017 Tom (talk | contribs) automatically marked revision 8012 of page *-c functions footer patrolled
- 01:24, 5 January 2017 Tom (talk | contribs) uploaded File:Sinhcglyph.png (Category:sinhcglyph <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 x1=np.arange(-2,2,0.0001) f=np.vectorize(lambda x: sinh(x)/x) y1=f(x...)
- 01:15, 5 January 2017 Tom (talk | contribs) automatically marked revision 8010 of page *-c functions footer patrolled
- 01:14, 5 January 2017 Tom (talk | contribs) uploaded File:Sincglyph.png (Category:sincglyph <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 x1=np.arange(-20,20,0.001) f=np.vectorize(lambda x: sin(x)/x) y1=f(x1...)
- 01:10, 5 January 2017 Tom (talk | contribs) automatically marked revision 8008 of page *-c functions footer patrolled
- 01:10, 5 January 2017 Tom (talk | contribs) uploaded File:Jincglyph.png (<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 x1=np.arange(-20,20,0.01) f=np.vectorize(lambda x: besselj(1,x)/x) y1=f(x1) xvert=np.arange...)
- 01:06, 5 January 2017 Tom (talk | contribs) automatically marked revision 8006 of page *-c functions footer patrolled
- 01:05, 5 January 2017 Tom (talk | contribs) uploaded File:Coshcglyph.png (<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 x1=np.arange(0.001,4,0.01) x2=np.arange(-4,-0.001,0.01) f=np.vectorize(lambda x: cosh(x)/x)...)
- 07:00, 1 January 2017 Tom (talk | contribs) automatically marked revision 8004 of page Derivative of arccosh patrolled
- 04:36, 26 December 2016 Tom (talk | contribs) automatically marked revision 8003 of page Book:Victor Kac/Quantum Calculus patrolled
- 04:30, 26 December 2016 Tom (talk | contribs) automatically marked revision 8002 of page Q-exponential E sub 1/q patrolled
- 04:27, 26 December 2016 Tom (talk | contribs) automatically marked revision 8001 of page Q-exponential E sub q patrolled
- 04:24, 26 December 2016 Tom (talk | contribs) automatically marked revision 8000 of page Book:Victor Kac/Quantum Calculus patrolled
- 04:23, 26 December 2016 Tom (talk | contribs) automatically marked revision 7999 of page Q-factorial patrolled
- 04:18, 26 December 2016 Tom (talk | contribs) automatically marked revision 7998 of page Book:Victor Kac/Quantum Calculus patrolled
- 04:17, 26 December 2016 Tom (talk | contribs) automatically marked revision 7997 of page Q-number patrolled
- 04:15, 26 December 2016 Tom (talk | contribs) automatically marked revision 7996 of page Book:Victor Kac/Quantum Calculus patrolled
- 04:15, 26 December 2016 Tom (talk | contribs) automatically marked revision 7995 of page Q-number patrolled
- 04:15, 26 December 2016 Tom (talk | contribs) automatically marked revision 7994 of page Book:Victor Kac/Quantum Calculus patrolled
- 04:05, 26 December 2016 Tom (talk | contribs) automatically marked revision 7993 of page Q-derivative patrolled
- 04:02, 26 December 2016 Tom (talk | contribs) automatically marked revision 7992 of page Book:Victor Kac/Quantum Calculus patrolled
- 23:21, 25 December 2016 Tom (talk | contribs) automatically marked revision 7991 of page Kelvin functions footer patrolled
- 23:20, 25 December 2016 Tom (talk | contribs) uploaded File:Kelvinkei,n=0glyph.png (<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,8,0.01) f=np.vectorize(lambda x: kei(0,x)) y=f(x) x2=np.arange(-30,30,0.1) de...)
- 23:02, 25 December 2016 Tom (talk | contribs) automatically marked revision 7989 of page Identity patrolled
- 23:01, 25 December 2016 Tom (talk | contribs) automatically marked revision 7988 of page Identity patrolled
- 23:01, 25 December 2016 Tom (talk | contribs) moved page Identity function to Identity
- 23:00, 25 December 2016 Tom (talk | contribs) uploaded a new version of File:Identityplot.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(-5,5,0.01); f=np.vectorize(lambda x: x) y1=f(x1) fig, ax = pl...)
- 01:56, 23 December 2016 Tom (talk | contribs) automatically marked revision 7984 of page Incomplete beta function patrolled
- 01:07, 23 December 2016 Tom (talk | contribs) automatically marked revision 7983 of page Clausen functions patrolled
- 01:05, 23 December 2016 Tom (talk | contribs) automatically marked revision 7982 of page Bessel J in terms of Bessel-Clifford patrolled
- 01:04, 23 December 2016 Tom (talk | contribs) automatically marked revision 7981 of page Bessel J in terms of Bessel-Clifford patrolled
- 01:03, 23 December 2016 Tom (talk | contribs) automatically marked revision 7980 of page Bessel-Clifford function patrolled
- 01:02, 23 December 2016 Tom (talk | contribs) automatically marked revision 7979 of page Bessel-Clifford function patrolled
- 00:53, 23 December 2016 Tom (talk | contribs) automatically marked revision 7978 of page Ramanujan tau patrolled