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)- 15:12, 6 October 2016 Tom (talk | contribs) automatically marked revision 7631 of page Beta is symmetric patrolled
- 15:10, 6 October 2016 Tom (talk | contribs) automatically marked revision 7630 of page Beta in terms of gamma patrolled
- 15:10, 6 October 2016 Tom (talk | contribs) automatically marked revision 7629 of page Beta in terms of sine and cosine patrolled
- 15:08, 6 October 2016 Tom (talk | contribs) automatically marked revision 7628 of page Beta patrolled
- 15:08, 6 October 2016 Tom (talk | contribs) automatically marked revision 7627 of page Beta patrolled
- 15:07, 6 October 2016 Tom (talk | contribs) automatically marked revision 7626 of page Book:Milton Abramowitz/Handbook of mathematical functions patrolled
- 15:07, 6 October 2016 Tom (talk | contribs) automatically marked revision 7625 of page Book:Milton Abramowitz/Handbook of mathematical functions patrolled
- 15:05, 6 October 2016 Tom (talk | contribs) automatically marked revision 7624 of page Beta in terms of power of t over power of (1+t) patrolled
- 15:03, 6 October 2016 Tom (talk | contribs) automatically marked revision 7623 of page Beta patrolled
- 17:31, 5 October 2016 Tom (talk | contribs) automatically marked revision 7622 of page Limiting value of Fresnel C patrolled
- 17:31, 5 October 2016 Tom (talk | contribs) automatically marked revision 7621 of page Limiting value of Fresnel S patrolled
- 17:30, 5 October 2016 Tom (talk | contribs) automatically marked revision 7620 of page Limiting value of Fresnel C patrolled
- 17:26, 5 October 2016 Tom (talk | contribs) automatically marked revision 7619 of page Fresnel C in terms of erf patrolled
- 17:25, 5 October 2016 Tom (talk | contribs) automatically marked revision 7618 of page Taylor series for Fresnel C patrolled
- 17:23, 5 October 2016 Tom (talk | contribs) automatically marked revision 7617 of page Fresnel C is odd patrolled
- 17:23, 5 October 2016 Tom (talk | contribs) automatically marked revision 7616 of page Fresnel C patrolled
- 17:22, 5 October 2016 Tom (talk | contribs) automatically marked revision 7615 of page Fresnel C patrolled
- 17:21, 5 October 2016 Tom (talk | contribs) automatically marked revision 7614 of page Fresnel S patrolled
- 17:18, 5 October 2016 Tom (talk | contribs) automatically marked revision 7613 of page Limiting value of Fresnel S patrolled
- 17:17, 5 October 2016 Tom (talk | contribs) deleted page Fresnel S in terms of error function (content was: "#REDIRECT Fresnel S in terms of erf" (and the only contributor was "Tom"))
- 17:17, 5 October 2016 Tom (talk | contribs) moved page Fresnel S in terms of error function to Fresnel S in terms of erf
- 17:17, 5 October 2016 Tom (talk | contribs) automatically marked revision 7610 of page Fresnel S patrolled
- 17:16, 5 October 2016 Tom (talk | contribs) automatically marked revision 7609 of page Fresnel S in terms of error function patrolled
- 17:15, 5 October 2016 Tom (talk | contribs) automatically marked revision 7608 of page Fresnel S patrolled
- 17:14, 5 October 2016 Tom (talk | contribs) automatically marked revision 7607 of page Taylor series for Fresnel S patrolled
- 17:13, 5 October 2016 Tom (talk | contribs) automatically marked revision 7606 of page Fresnel S is odd patrolled
- 17:12, 5 October 2016 Tom (talk | contribs) automatically marked revision 7605 of page Fresnel S patrolled
- 04:16, 4 October 2016 Tom (talk | contribs) uploaded a new version of File:Complexversinplot.png (Category:DomainColoring <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: 1-cos(x),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{versin}(z)$.') pl...)
- 04:13, 4 October 2016 Tom (talk | contribs) automatically marked revision 7603 of page Versine patrolled
- 04:13, 4 October 2016 Tom (talk | contribs) uploaded File:Versinplot.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(-10,10,0.001); f=np.vectorize(lambda x: 1-cos(x)) y=f(x) fig,...)
- 04:12, 4 October 2016 Tom (talk | contribs) uploaded File:Complexversinplot.png (Category:DomainColoring <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: 1-cos(x),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{versin}(x)$.') pl...)
- 04:27, 3 October 2016 Tom (talk | contribs) automatically marked revision 7600 of page Coversine patrolled
- 04:27, 3 October 2016 Tom (talk | contribs) automatically marked revision 7599 of page Coversine patrolled
- 04:27, 3 October 2016 Tom (talk | contribs) uploaded File:Complexcoversinplot.png (Category:DomainColoring <pre> #!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * cplot(lambda x: 1-sin(x),[-10,10],[-10,10],points=50000,verbose=True) plt.title(r'Domain coloring of $\mathrm{coversin}(x)$.')...)
- 04:23, 3 October 2016 Tom (talk | contribs) uploaded File:Coversinplot.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(-10,10,0.001); f=np.vectorize(lambda x: 1-sin(x)) y=f(x) fig,...)
- 04:16, 3 October 2016 Tom (talk | contribs) automatically marked revision 7596 of page Taylor series for error function patrolled
- 04:11, 3 October 2016 Tom (talk | contribs) uploaded a new version of File:Cothplot.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,-0.1,0.01); f=np.vectorize(lambda x: coth(x)) y1=f(x1) x2=...)
- 04:03, 3 October 2016 Tom (talk | contribs) automatically marked revision 7594 of page Taylor series of the exponential function patrolled
- 04:02, 3 October 2016 Tom (talk | contribs) automatically marked revision 7593 of page Error function patrolled
- 04:01, 3 October 2016 Tom (talk | contribs) automatically marked revision 7592 of page Error function patrolled
- 04:00, 3 October 2016 Tom (talk | contribs) automatically marked revision 7591 of page Taylor series of the exponential function patrolled
- 03:59, 3 October 2016 Tom (talk | contribs) automatically marked revision 7590 of page Taylor series for error function patrolled
- 03:54, 3 October 2016 Tom (talk | contribs) automatically marked revision 7589 of page Series for erf with exponential factored out patrolled
- 03:53, 3 October 2016 Tom (talk | contribs) automatically marked revision 7588 of page Error function is odd patrolled
- 03:48, 3 October 2016 Tom (talk | contribs) automatically marked revision 7587 of page Antiderivative of inverse error function patrolled
- 03:41, 3 October 2016 Tom (talk | contribs) automatically marked revision 7586 of page Integral of log of inverse erf from 0 to 1 patrolled
- 15:52, 1 October 2016 Tom (talk | contribs) automatically marked revision 7585 of page E is irrational patrolled
- 15:52, 1 October 2016 Tom (talk | contribs) automatically marked revision 7584 of page E is irrational patrolled
- 15:52, 1 October 2016 Tom (talk | contribs) automatically marked revision 7583 of page E is irrational patrolled
- 15:51, 1 October 2016 Tom (talk | contribs) automatically marked revision 7582 of page E is irrational patrolled