Editing Template:Harmonic number generator/doc
Warning: The database has been locked for maintenance, so you will not be able to save your edits right now. You may wish to copy and paste your text into a text file and save it for later.
The system administrator who locked it offered this explanation: We are currently working on upgrading comp.tf. Edits will be locked for most of March 2025, or until further notice. For questions, please contact staff on the comp.tf Discord. I apologise for the inconvenience.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
This page is not enabled for semantic in-text annotations due to namespace restrictions. Details about how to enable the namespace can be found on the configuration help page.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
'''Template:Harmonic number generator''' takes 3 base numbers ''b<sub>1</sub>'', ''b<sub>2</sub>'', ''b<sub>3</sub>'' and returns a decreasing, inverse [https://en.wikipedia.org/wiki/Harmonic_number harmonic] sequence for each in the form ''1/H(n) × b<sub>i</sub>'' up to ''n=11''. The main purpose of this template is to quickly find [https://wiki.teamfortress.com/wiki/Control_point_timing point capture times] for map pages. | '''Template:Harmonic number generator''' takes 3 base numbers ''b<sub>1</sub>'', ''b<sub>2</sub>'', ''b<sub>3</sub>'' and returns a decreasing, inverse [https://en.wikipedia.org/wiki/Harmonic_number harmonic] sequence for each in the form ''1/H(n) × b<sub>i</sub>'' up to ''n=11''. The main purpose of this template is to quickly find [https://wiki.teamfortress.com/wiki/Control_point_timing point capture times] for map pages. | ||
| − | The template uses the parser function [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##expr #expr] for its calculations. It rounds to 2 | + | The template uses the parser function [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##expr #expr] for its calculations. It rounds to 2 decimal places. |
== Example == | == Example == | ||