Talk:Relative errors of small EDOs: Difference between revisions

Xenwolf (talk | contribs)
change from h1 to h2 headings in article body: the Wikipedia book generator is a language-independent function/service (being currently unavailable for all sister wikis)
Xenwolf (talk | contribs)
m Xenwolf moved page Talk:Relative errors of small edos to Talk:Relative errors of small EDOs: make the abbreviation obvious
 
(4 intermediate revisions by 2 users not shown)
Line 146: Line 146:
BTW: the [[Python]] script to produce the two tables above (except for the percent and permille symbols) is as follows:
BTW: the [[Python]] script to produce the two tables above (except for the percent and permille symbols) is as follows:


<pre>
<syntaxhighlight lang="python">
import math
import math


Line 176: Line 176:
edo_primes(9, 15, primes[1:6], (3, 'permille'))
edo_primes(9, 15, primes[1:6], (3, 'permille'))
edo_primes(9, 15, primes[1:6], (2, 'percent'))
edo_primes(9, 15, primes[1:6], (2, 'percent'))
</pre>
</syntaxhighlight>


--[[User:Xenwolf|Xenwolf]] ([[User talk:Xenwolf|talk]]) 20:48, 15 May 2020 (UTC)
--[[User:Xenwolf|Xenwolf]] ([[User talk:Xenwolf|talk]]) 20:48, 15 May 2020 (UTC)
Line 191: Line 191:


:: As I saw right now, the book generator provided by some of the Wikipedias (German, Polish, Russion, etc.) is currently under construction. So I cannot test how the table of contents looks like. I remember that I tested this function some years ago and it worked quite well... --[[User:Xenwolf|Xenwolf]] ([[User talk:Xenwolf|talk]]) 11:04, 17 May 2020 (UTC)
:: As I saw right now, the book generator provided by some of the Wikipedias (German, Polish, Russion, etc.) is currently under construction. So I cannot test how the table of contents looks like. I remember that I tested this function some years ago and it worked quite well... --[[User:Xenwolf|Xenwolf]] ([[User talk:Xenwolf|talk]]) 11:04, 17 May 2020 (UTC)
::: I have to correct this. The book generator is still working, but currently doesn't provide the free PDF download. The book generator function for the English Wikipedia can be found via ''Special pages &rarr; Page tools &rarr; Book''. By clicking on "Book", you enable a section above the title section for the whole domain '''wikipedia.org''' (so also if you change to a Wikipedia of a different languages) which provides the function to add articles to your current book(s) (it's a bit confusing that there is one book per language). If you are ready, you may purchase a copy, but you have a preview there that shows you that you get a title, table of contents, the actual contents, index, appendix. I find this an interesting experience, hard to (check and) tell all the details. Better have a look yourself. --[[User:Xenwolf|Xenwolf]] ([[User talk:Xenwolf|talk]]) 11:40, 17 May 2020 (UTC)
::: Thanks. I'd just like to have a toc on the page. [[User:FloraC|FloraC]] ([[User talk:FloraC|talk]]) 13:08, 17 May 2020 (UTC)
Return to "Relative errors of small EDOs" page.