Knowledge

Module:Math

Source πŸ“

21: 103: 63: 2164: 384:. For this reason, when called from Lua, very large numbers or very precise numbers should be directly input as strings to get accurate results. If they are input as numbers, the Lua interpreter will change them to E notation and this function will return the precision of the E notation rather than that of the original number. This is not a problem when the number is called from #invoke, as all input from #invoke is in string format. 1228:
A helper function that can be called from other Lua modules, but not from #invoke. This takes a string or a number value as input, and if the value can be converted to a number, cleanNumber returns the number and the number string. If the value cannot be converted to a number, cleanNumber returns
1019:
should be an integer number of digits after the decimal point. Negative values are permitted. Non-integers give unexpected results. Positive values greater than the input precision add zero-padding, negative values greater than the input order can consume all digits.
181:
Most functions in the module have a version for Lua and a version for #invoke. It is possible to use the #invoke functions from other Lua modules, but using the Lua functions has the advantage that you do not need to access a Lua
1183:
If any of the arguments contain HTML tags, they are returned unchanged, allowing any errors in calculating the arguments to the division function to be propagated to the calling template.
753:
Note: As of October 2019, there is a bug in the display of some rounded numbers. When trying to round a number that rounds to "n.0", like "1.02", to the nearest tenth of a digit (i.e.
291:
This function will not work properly for numbers less than −2 and greater than 2 − 1. If you need to use numbers outside of this range, it is recommended that you use
138:
To use the module from normal wiki pages, no special preparation is needed. If you are using the module from another Lua module, first you need to load it, like this:
891:. This is accurate for integers up to 2; for larger integers Lua's modulo operator may return an erroneous value. This function deals with this problem by returning 287:
If two arguments are provided, the number produced is an integer between the first and second arguments. Both arguments must be integers, but can be negative.
2343:-- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. 183: 120:
very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is
377:
Detemines the precision of a number. For example, for "4" it will return "0", for "4.567" it will return "3", and for "100" it will return "-2".
2220: 11375: 109: 1624: 284:
If one argument is provided, the number produced is an integer between 1 and that argument. The argument must be a positive integer.
1262: 2231: 2110: 11161:
Wrapper function that does basic argument processing. This ensures that all functions from #invoke can use either the current
130:
This module provides a number of mathematical functions. These functions can be used from #invoke or from other Lua modules.
1703: 3639:-- math.random will throw an error if given an explicit nil parameter, so we need to use if statements to check the params. 2216: 3175:
Fold arguments by selectively choosing values (func should return when to choose the current "dominant" value).
2204: 36: 2937:-- Use a function on all supplied arguments, and return the result. The function must accept two numbers as parameters, 4358:-- Returns true for all input except nil, false, "no", "n", "0" and a few others. See ]. 2242: 2200: 2186: 32: 70: 2167: 2100: 1441: 1305: 568:
Returns the minimum value from the values specified. Values that cannot be converted to numbers are ignored.
444:
Returns the maximum value from the values specified. Values that cannot be converted to numbers are ignored.
113: 380:
The function attempts to parse the string representation of the number, and detects whether the number uses
1255: 11314:-- Argument processing is left to Module:Arguments. Whitespace is trimmed and blank arguments are removed. 2944:-- and must return a number as an output. This number is then supplied as input to the next function call. 121: 2235: 11168:
frame or the parent frame, and it also trims whitespace for all arguments and removes blank arguments.
2324:-- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. 40: 381: 88:. The tested changes can be added to this page in a single edit. Consider discussing changes on the 2136: 2131: 1248: 952: 628:
Returns the sum of the values specified. Values that cannot be converted to numbers are ignored.
281:
If no arguments are specified, the number produced is greater than or equal to 0 and less than 1.
11080:-- Number is using 0xnnn notation to indicate base 16; use the number that Lua detected instead. 2021: 1782: 117: 2664:-- Table of arguments. It might contain nils or non-number values, so we can't use ipairs. 1002:
Rounds a number to the specified precision and formats according to rules originally used for
2226: 1509: 1357: 81: 1686: 1595: 1585: 1468: 1367: 9667:'<span style="margin:0 .15em 0 .25em">Γ—</span>10<sup>' 8: 2211: 1377: 1321: 508:
value from the values specified. Values that cannot be converted to numbers are ignored.
77: 3014:-- Exit if we have no valid args, otherwise removing the first arg would cause an error. 688:
Returns the average of the values specified. (More precisely, the value returned is the
76:
To avoid major disruption and server load, any changes should be tested in the module's
2126: 2115: 2015: 1874: 1575: 1397: 1338: 1310: 333: 2190: 2105: 1962: 1901: 1869: 1725: 1497: 1487: 2429:'<strong class="error">Formatting error: %s</strong>' 1896: 1885: 1832: 1759: 1664: 1641: 1562: 1548: 1538: 1476: 1458: 1435: 1392: 1362: 871: 89: 1788: 8579:-- Due to round-off effects it is neccesary to limit the returned precision under 2194: 1801: 1796: 1777: 1772: 1764: 1669: 1531: 1525: 1352: 955:
of the values specified. Values that cannot be converted to numbers are ignored.
757:), this function should display "1.0", but it unexpectedly displays "1". Use the 28: 8586:-- some circumstances because the terminal digits will be inaccurately reported. 3680:-- math.random doesn't allow the first number to be greater than the second. 2645:-- Makes an array of arguments from a list of arguments that might include nils. 689: 1995: 1937: 1748: 1697: 1387: 1372: 85: 11369: 1912: 1858: 1822: 1693: 292: 199: 52: 895:
if the modulo given by Lua's modulo operator is less than 0 or greater than
2038: 2028: 1979: 1974: 1812: 1679: 1674: 1449: 1315: 1006: 15: 8148:
Rounds a number to the specified precision and formats according to rules
1984: 1382: 2478:-- Returns an unpacked list of arguments specified with numerical keys. 1567: 1554: 1179:
Precision indicates how many digits of precision the result should have
10642:-- We were passed a number, so we don't need to do any processing. 6001:
frame. Note, any values that do not evaluate to numbers are ignored.
811: 4146:
Detemines the precision of a number using the string representation
747: 1026:{{#invoke:Math|precision_format|8765.567| 1240: 1176:
If round is true ("yes" for #invoke), the result has no decimals
10564:
input does not appear to be a number, attempts evaluating it as
5994:
When used with no arguments, it takes its input from the parent
2267:
This module provides a number of basic mathematical operations.
505: 178:
ath; you can choose something more descriptive if you prefer.)
10557:
Helper function that interprets the input numerically. If the
6555:
Note, any values that do not evaluate to numbers are ignored.
6265:
Note, any values that do not evaluate to numbers are ignored.
5375:
Note, any values that do not evaluate to numbers are ignored.
1839: 7752:{{#invoke:Math | gcd | value 1 | value 2 | value 3 | ... }} 3373:{{#invoke: Math | random | minimum value | maximum value }} 1907:
arbitrary characters/diacritics set above/below one another
692:.) Values that cannot be converted to numbers are ignored. 10726:-- We were passed a non-string or a blank string, so exit. 8173:{{#invoke: Math | precision_format | number | precision }} 8155:
originally used for {{template:Rnd}}. Output is a string.
7734:
Calculates the greatest common divisor of multiple numbers
1580:
calculate inflation of Consumer Price Index-related prices
2002: 1648: 10799:-- If failed, attempt to evaluate input as an expression 9754:{{#invoke:Math | divide | x | y | round= | precision= }} 9543:-- Use proper unary minus sign rather than ASCII default 8848:-- Use proper unary minus sign rather than ASCII default 204:{{#invoke:math|random}} {{#invoke:math|random| 3967:'order of magnitude input appears non-numeric' 1504:
long tons and hundredweights to pounds and metric tons
1502:
long hundredweights, quarters and pounds to kilograms;
11008:-- String is valid but may contain padding, clean it. 7516:'second argument to mod appears non-numeric' 1863:
individual italicized maths variables in normal text
7481:'first argument to mod appears non-numeric' 5614:{{#invoke:Math | median | number1 | number2 | ...}} 2683:-- Stores the numbers of valid numerical arguments. 1570:(in hours, minutes, and seconds) to decimal degrees 6530:{{#invoke:Math| average | value1 | value2 | ... }} 71:1,600,000+ pages, or roughly 3% of all pages 11367: 1543:decimal degrees to degrees, minutes, and seconds 1173:Otherwise, if x is not a number, it is returned. 1880:a line set above/below a sequence of characters 1514:miles and chains to kilometres linking "chains" 1281: 8333:-- For access to Mediawiki built-in formatter. 6240:{{#invoke:Math| sum | value1 | value2 | ... }} 5969:{{#invoke:Math| min | value1 | value2 | ... }} 5364:{{#invoke:Math| max | value1 | value2 | ... }} 2361:Helper functions used to avoid redundant code. 116:in use by a very large number of pages, or is 8918:-- Handle cases requiring scientific notation 6826:{{#invoke:Math | round | value | precision }} 4688:'precision input appears non-numeric' 1256: 133: 3366:{{#invoke: Math | random | maximum value }} 2033:measurement values, uncertainties and units 1622: 51:mathematical expressions, LATEX-style, see 9517:-- Add exponential notation, if necessary. 1807:multiline delimiters (2–5 lines inclusive) 1263: 1249: 18: 8698:-- If rounding off, truncate extra digits 7011:'round input appears non-numeric' 2065: 1958:(use in maths/science articles instead of 1890:an arc set above a sequence of characters 3807:Determine order of magnitude of a number 2210:Editors can experiment in this module's 4164:{{ #invoke: Math | precision | value }} 1817:absolute values (paired vertical lines) 11368: 6808:Rounds a number to specified precision 8492:'invalid input when rounding' 7214:returns the log (base 10) of a number 2401:-- Generates wikitext error messages. 2064: 2043:various overarrows, underarrows, etc. 1740:(not for maths/science articles; use 1621: 1418: 1280: 1244: 1170:If y if not a number, it is returned. 963:{{#invoke:math|precision_format| 750:a number to the specified precision. 190:, whereas #invoke functions are not. 97: 57: 958: 708:}} {{#invoke:math|round|value= 348:}} {{#invoke:math|precision|x= 13: 11376:Modules subject to page protection 3825:{{#invoke: Math | order | value }} 1837:calligraphic font; alternative to 1270: 14: 11387: 5596:Find the median of set of numbers 1530:degrees, minutes, and seconds to 9736:Implements the division operator 2985:-- The number of valid arguments 2163: 2162: 1942:"standing" or upright fractions 1917:parentheses that can be resized 1557:(in hours, minutes, and seconds) 186:. Lua functions are preceded by 101: 61: 19: 7347:{{#invoke:Math | mod | x | y }} 1419: 10571:a parser functions expression. 8445:-- Check for non-numeric input 7329:Implements the modulo operator 1186: 769:{{#invoke:math | log10 | 344:{{#invoke:math|precision| 208:}} {{#invoke:math|random| 1: 7232:{{#invoke:Math | log10 | x }} 2111:Infobox mathematical function 1590:population density in an area 11045:-- Trim any leading + signs. 9154:-- Pad with zeros, if needed 636:{{#invoke:math|average| 339: 7: 10763:-- Attempt basic conversion 3359:{{#invoke: Math | random }} 1990:subscripts and superscripts 1236: 1107:{{#invoke:Math|divide| 759:|precision_format= 452:{{#invoke:math|median| 277:Generates a random number. 69:This Lua module is used on 10: 11392: 11339: 11338: 11335: 11334: 11325: 11324: 11318: 11317: 11290: 11289: 11283: 11282: 11273:'Module:Arguments' 11258: 11257: 11242: 11241: 11223: 11222: 11183: 11182: 11179: 11178: 11172: 11171: 11165: 11164: 11158: 11157: 11151: 11150: 11147: 11146: 11140: 11139: 11124: 11123: 11120: 11119: 11113: 11112: 11106: 11105: 11084: 11083: 11077: 11076: 11049: 11048: 11012: 11011: 10981: 10980: 10974: 10973: 10967: 10966: 10954: 10953: 10941: 10940: 10934: 10933: 10912: 10911: 10890: 10889: 10877: 10876: 10822: 10821: 10803: 10802: 10796: 10795: 10792: 10791: 10767: 10766: 10760: 10759: 10756: 10755: 10749: 10748: 10730: 10729: 10723: 10722: 10671: 10670: 10646: 10645: 10639: 10638: 10611: 10610: 10586: 10585: 10582: 10581: 10575: 10574: 10568: 10567: 10561: 10560: 10554: 10553: 10547: 10546: 10543: 10542: 10536: 10535: 10529: 10528: 10522: 10521: 10512: 10511: 10505: 10504: 10474: 10473: 10461: 10460: 10430: 10429: 10417: 10416: 10395: 10394: 10388: 10387: 10381: 10380: 10368:"Not a number: " 10356: 10355: 10349: 10348: 10339: 10338: 10278: 10277: 10253: 10252: 10246:"Empty dividend" 10234: 10233: 10203: 10202: 10196: 10195: 10183:"Not a number: " 10171: 10170: 10164: 10163: 10154: 10153: 10093: 10092: 10068: 10067: 10049: 10048: 10018: 10017: 9975: 9974: 9971: 9970: 9964: 9963: 9915: 9914: 9908: 9907: 9886: 9885: 9870: 9869: 9848: 9847: 9826: 9825: 9810: 9809: 9794: 9793: 9769: 9768: 9762: 9761: 9758: 9757: 9751: 9750: 9744: 9743: 9740: 9739: 9733: 9732: 9729: 9728: 9722: 9721: 9715: 9714: 9711: 9710: 9704: 9703: 9694: 9693: 9690: 9689: 9683: 9682: 9652: 9651: 9648: 9647: 9641: 9640: 9613: 9612: 9606: 9605: 9566: 9565: 9547: 9546: 9540: 9539: 9521: 9520: 9514: 9513: 9510: 9509: 9503: 9502: 9496: 9495: 9462: 9461: 9455: 9454: 9442: 9441: 9423: 9422: 9404: 9403: 9397: 9396: 9390: 9389: 9356: 9355: 9352: 9351: 9345: 9344: 9332: 9331: 9313: 9312: 9300: 9299: 9296: 9295: 9256: 9255: 9225: 9224: 9206: 9205: 9187: 9186: 9177: 9176: 9158: 9157: 9151: 9150: 9147: 9146: 9128: 9127: 9121: 9120: 9105: 9104: 9098: 9097: 9064: 9063: 9045: 9044: 9026: 9025: 8989: 8988: 8922: 8921: 8915: 8914: 8911: 8910: 8904: 8903: 8891: 8890: 8884: 8883: 8871: 8870: 8852: 8851: 8845: 8844: 8841: 8840: 8831: 8830: 8794: 8793: 8790: 8789: 8783: 8782: 8755: 8754: 8721: 8720: 8702: 8701: 8695: 8694: 8691: 8690: 8684: 8683: 8677: 8676: 8655: 8654: 8615: 8614: 8590: 8589: 8583: 8582: 8576: 8575: 8572: 8571: 8541: 8540: 8510: 8509: 8506: 8505: 8499: 8498: 8480: 8479: 8449: 8448: 8442: 8441: 8438: 8437: 8410: 8409: 8376: 8375: 8366: 8365: 8362: 8361: 8337: 8336: 8330: 8329: 8299: 8298: 8295: 8294: 8288: 8287: 8257: 8256: 8235: 8234: 8213: 8212: 8188: 8187: 8184: 8183: 8177: 8176: 8170: 8169: 8163: 8162: 8159: 8158: 8152: 8151: 8145: 8144: 8141: 8140: 8134: 8133: 8127: 8126: 8123: 8122: 8116: 8115: 8106: 8105: 8072: 8071: 8065: 8064: 8055: 8054: 8048: 8047: 8026: 8025: 8007: 8006: 8000: 7999: 7963: 7962: 7932: 7931: 7913: 7912: 7897: 7896: 7881: 7880: 7853: 7852: 7834: 7833: 7830: 7829: 7823: 7822: 7792: 7791: 7767: 7766: 7763: 7762: 7756: 7755: 7749: 7748: 7742: 7741: 7738: 7737: 7731: 7730: 7727: 7726: 7720: 7719: 7713: 7712: 7709: 7708: 7702: 7701: 7692: 7691: 7685: 7684: 7672: 7671: 7632: 7631: 7610: 7609: 7579: 7578: 7575: 7574: 7568: 7567: 7561: 7560: 7530: 7529: 7523: 7522: 7504: 7503: 7488: 7487: 7469: 7468: 7453: 7452: 7422: 7421: 7391: 7390: 7366: 7365: 7362: 7361: 7355: 7354: 7351: 7350: 7344: 7343: 7337: 7336: 7333: 7332: 7326: 7325: 7322: 7321: 7315: 7314: 7308: 7307: 7304: 7303: 7297: 7296: 7272: 7271: 7247: 7246: 7243: 7242: 7236: 7235: 7229: 7228: 7222: 7221: 7218: 7217: 7211: 7210: 7207: 7206: 7200: 7199: 7193: 7192: 7189: 7188: 7182: 7181: 7142: 7141: 7105: 7104: 7074: 7073: 7070: 7069: 7063: 7062: 7056: 7055: 7025: 7024: 7018: 7017: 6999: 6998: 6968: 6967: 6919: 6918: 6870: 6869: 6845: 6844: 6841: 6840: 6834: 6833: 6830: 6829: 6823: 6822: 6816: 6815: 6812: 6811: 6805: 6804: 6801: 6800: 6794: 6793: 6787: 6786: 6783: 6782: 6776: 6775: 6769: 6768: 6753: 6752: 6746: 6745: 6736: 6735: 6720: 6719: 6656: 6655: 6637: 6636: 6633: 6632: 6626: 6625: 6595: 6594: 6570: 6569: 6566: 6565: 6559: 6558: 6552: 6551: 6548: 6547: 6544:{{#invoke:Math| average }} 6541: 6540: 6534: 6533: 6527: 6526: 6520: 6519: 6516: 6515: 6509: 6508: 6505: 6504: 6498: 6497: 6491: 6490: 6487: 6486: 6480: 6479: 6473: 6472: 6463: 6462: 6456: 6455: 6446: 6445: 6430: 6429: 6366: 6365: 6347: 6346: 6343: 6342: 6336: 6335: 6305: 6304: 6280: 6279: 6276: 6275: 6269: 6268: 6262: 6261: 6258: 6257: 6251: 6250: 6244: 6243: 6237: 6236: 6230: 6229: 6226: 6225: 6219: 6218: 6215: 6214: 6208: 6207: 6201: 6200: 6197: 6196: 6190: 6189: 6183: 6182: 6173: 6172: 6160: 6159: 6102: 6101: 6083: 6082: 6079: 6078: 6072: 6071: 6041: 6040: 6016: 6015: 6012: 6011: 6005: 6004: 5998: 5997: 5991: 5990: 5987: 5986: 5980: 5979: 5973: 5972: 5966: 5965: 5959: 5958: 5955: 5954: 5951:Finds the minimum argument 5948: 5947: 5944: 5943: 5937: 5936: 5930: 5929: 5926: 5925: 5919: 5918: 5912: 5911: 5902: 5901: 5895: 5894: 5867: 5866: 5827: 5826: 5823: 5822: 5816: 5815: 5806: 5805: 5787: 5786: 5783: 5782: 5767: 5766: 5748: 5747: 5729: 5728: 5710: 5709: 5706: 5705: 5699: 5698: 5668: 5667: 5643: 5642: 5639: 5638: 5632: 5631: 5628:{{#invoke:Math | median }} 5625: 5624: 5618: 5617: 5611: 5610: 5604: 5603: 5600: 5599: 5593: 5592: 5589: 5588: 5582: 5581: 5575: 5574: 5571: 5570: 5564: 5563: 5557: 5556: 5547: 5546: 5534: 5533: 5476: 5475: 5457: 5456: 5453: 5452: 5446: 5445: 5415: 5414: 5390: 5389: 5386: 5385: 5379: 5378: 5372: 5371: 5368: 5367: 5361: 5360: 5354: 5353: 5350: 5349: 5346:Finds the maximum argument 5343: 5342: 5339: 5338: 5332: 5331: 5325: 5324: 5321: 5320: 5317: 5316: 5310: 5309: 5300: 5299: 5296: 5295: 5289: 5288: 5282: 5281: 5272: 5271: 5253: 5252: 5234: 5233: 5215: 5214: 5172: 5171: 5147: 5146: 5143: 5142: 5136: 5135: 5126: 5125: 5092: 5091: 5073: 5072: 5069: 5068: 5062: 5061: 5034: 5033: 4994: 4993: 4957: 4956: 4938: 4937: 4934: 4933: 4915: 4914: 4884: 4883: 4853: 4852: 4849: 4848: 4827: 4826: 4820: 4819: 4798: 4797: 4770: 4769: 4745: 4744: 4741: 4740: 4734: 4733: 4727: 4726: 4702: 4701: 4695: 4694: 4676: 4675: 4657: 4656: 4623: 4622: 4619: 4618: 4612: 4611: 4605: 4604: 4598: 4597: 4591: 4590: 4566: 4565: 4547: 4546: 4522: 4521: 4476: 4475: 4424: 4423: 4405: 4404: 4362: 4361: 4331: 4330: 4324: 4323: 4302: 4301: 4286: 4285: 4282: 4281: 4269: 4268: 4244: 4243: 4204: 4203: 4179: 4178: 4175: 4174: 4168: 4167: 4161: 4160: 4154: 4153: 4150: 4149: 4143: 4142: 4139: 4138: 4132: 4131: 4125: 4124: 4121: 4120: 4114: 4113: 4077: 4076: 4049: 4048: 4024: 4023: 4020: 4019: 4013: 4012: 4006: 4005: 3981: 3980: 3974: 3973: 3955: 3954: 3936: 3935: 3905: 3904: 3865: 3864: 3840: 3839: 3836: 3835: 3829: 3828: 3822: 3821: 3815: 3814: 3811: 3810: 3804: 3803: 3800: 3799: 3793: 3792: 3786: 3785: 3782: 3781: 3775: 3774: 3768: 3767: 3755: 3754: 3748: 3747: 3729: 3728: 2184: 1720:(no calculation performed) 1657:(standalone formulas only) 1023:Formatting 8,765.567 with 700:{{#invoke:math|round| 631: 303:{{#invoke:math|order| 197: 134:Use from other Lua modules 110:subject to page protection 46: 11002:"^%s*(.-)%s*$ " 10061:"Empty divisor" 3716: 3715: 3709: 3708: 3684: 3683: 3662: 3661: 3643: 3642: 3636: 3635: 3548: 3547: 3517: 3516: 3513: 3512: 3506: 3505: 3475: 3474: 3444: 3443: 3413: 3412: 3388: 3387: 3384: 3383: 3377: 3376: 3370: 3369: 3363: 3362: 3356: 3355: 3349: 3348: 3345: 3344: 3338: 3337: 3334: 3333: 3327: 3326: 3320: 3319: 3316: 3315: 3309: 3308: 3299: 3298: 3211: 3210: 3186: 3185: 3179: 3178: 3172: 3171: 3165: 3164: 3161: 3160: 3154: 3153: 3138: 3137: 3131: 3130: 3103: 3102: 3069: 3068: 3038: 3037: 3031: 3030: 3018: 3017: 3011: 3010: 2989: 2988: 2967: 2966: 2948: 2947: 2941: 2940: 2934: 2933: 2909: 2908: 2905: 2904: 2898: 2897: 2888: 2887: 2881: 2880: 2868: 2867: 2834: 2833: 2818: 2817: 2811: 2810: 2804: 2803: 2791: 2790: 2778: 2777: 2765: 2764: 2737: 2736: 2703: 2702: 2687: 2686: 2668: 2667: 2649: 2648: 2642: 2641: 2626: 2625: 2622: 2621: 2615: 2614: 2596: 2595: 2589: 2588: 2582: 2581: 2560: 2559: 2532: 2531: 2498: 2497: 2482: 2481: 2475: 2474: 2453: 2452: 2449: 2448: 2442: 2441: 2405: 2404: 2398: 2397: 2376: 2375: 2372: 2371: 2365: 2364: 2358: 2357: 2351: 2350: 2347: 2346: 2328: 2327: 2158: 2083: 2079: 2060: 1827:short text-based formulas 1631: 1617: 1425: 1414: 1330: 1298: 1294: 1276: 1102: 879:, or the remainder after 447: 193: 92:before implementing them. 84:subpages, or in your own 3341:Generate a random number 2309: 2308: 2305: 2304: 2286: 2285: 2282: 2281: 2275: 2274: 2271: 2270: 2264: 2263: 2260: 2259: 2253: 2252: 2250: 1706:; formatting indicators 1492:barrels of oil to tonnes 1318: (value formatting) 1190: 1125: 973: 919: 909:{{#invoke:math|gcd| 836: 826:{{#invoke:math|mod| 775: 764: 718: 695: 650: 590: 576:{{#invoke:math|sum| 530: 516:{{#invoke:math|min| 466: 406: 392:{{#invoke:math|max| 354: 309: 298: 218: 140: 2243:Subpages of this module 1012:. Output is a string. 953:greatest common divisor 9901:'Module:Yesno' 9679:'</sup>' 6254:{{#invoke:Math| sum }} 5983:{{#invoke:Math| min }} 4317:'Module:Yesno' 2020:symbol indicating the 904: 821: 571: 511: 387: 11033:"^%+(.*)$ " 2301:-- lazily initialized 2101:arithmetic operations 1744:or upright fractions 1646:bigger font to match 1306:elementary arithmetic 158:'Module:Math' 114:highly visible module 1600:railway track gauges 885:has been divided by 170:variable stands for 24:Module documentation 1553:decimal degrees to 1339:#invoke:BaseConvert 1037: 761:parameter instead. 8355:getContentLanguage 1036: 334:order of magnitude 9419:current_precision 9193:current_precision 9164:current_precision 9035:current_precision 9029:current_precision 8758:current_precision 8714:current_precision 8516:current_precision 8311:_precision_format 8269:_precision_format 6512:Finds the average 2181: 2180: 2154: 2153: 2150: 2149: 2145: 2144: 2056: 2055: 2051: 2050: 2047: 2046: 1851: 1850: 1613: 1612: 1608: 1607: 1604: 1603: 1518: 1517: 1440:many units (see: 1410: 1409: 1406: 1405: 1100: 1099: 1096:8,854.3774484715 1088:8,765.5680426633 982:_precision_format 128: 127: 96: 95: 11383: 11362: 11361: 11358: 11355: 11352: 11349: 11346: 11343: 11337: 11333: 11332: 11329: 11323: 11322: 11316: 11315: 11312: 11309: 11306: 11303: 11300: 11297: 11294: 11288: 11287: 11281: 11280: 11277: 11274: 11271: 11268: 11265: 11262: 11256: 11255: 11252: 11249: 11246: 11240: 11239: 11236: 11233: 11230: 11227: 11221: 11220: 11217: 11214: 11211: 11208: 11205: 11202: 11199: 11196: 11193: 11190: 11187: 11181: 11177: 11176: 11170: 11169: 11163: 11162: 11156: 11155: 11149: 11145: 11144: 11138: 11137: 11134: 11131: 11128: 11122: 11118: 11117: 11111: 11110: 11104: 11103: 11100: 11097: 11094: 11091: 11088: 11082: 11081: 11075: 11074: 11071: 11068: 11065: 11062: 11059: 11056: 11053: 11047: 11046: 11043: 11040: 11037: 11034: 11031: 11028: 11025: 11022: 11019: 11016: 11010: 11009: 11006: 11003: 11000: 10997: 10994: 10991: 10988: 10985: 10979: 10978: 10972: 10971: 10965: 10964: 10961: 10958: 10952: 10951: 10948: 10945: 10939: 10938: 10932: 10931: 10928: 10925: 10922: 10919: 10916: 10910: 10909: 10906: 10903: 10900: 10897: 10894: 10888: 10887: 10884: 10881: 10875: 10874: 10871: 10868: 10865: 10862: 10859: 10856: 10853: 10850: 10847: 10844: 10841: 10838: 10835: 10832: 10829: 10826: 10820: 10819: 10816: 10813: 10810: 10807: 10801: 10800: 10794: 10790: 10789: 10786: 10783: 10780: 10777: 10774: 10771: 10765: 10764: 10758: 10754: 10753: 10747: 10746: 10743: 10740: 10737: 10734: 10728: 10727: 10721: 10720: 10717: 10714: 10711: 10708: 10705: 10702: 10699: 10696: 10693: 10692:'string' 10690: 10687: 10684: 10681: 10678: 10675: 10669: 10668: 10665: 10662: 10659: 10656: 10653: 10650: 10644: 10643: 10637: 10636: 10633: 10632:'number' 10630: 10627: 10624: 10621: 10618: 10615: 10609: 10608: 10605: 10602: 10599: 10596: 10593: 10590: 10584: 10580: 10579: 10573: 10572: 10566: 10565: 10559: 10558: 10552: 10551: 10545: 10541: 10540: 10534: 10533: 10527: 10526: 10520: 10519: 10516: 10510: 10509: 10503: 10502: 10499: 10496: 10493: 10490: 10487: 10484: 10481: 10478: 10472: 10471: 10468: 10465: 10459: 10458: 10455: 10452: 10449: 10446: 10443: 10440: 10437: 10434: 10428: 10427: 10424: 10421: 10415: 10414: 10411: 10408: 10405: 10402: 10399: 10393: 10392: 10386: 10385: 10379: 10378: 10375: 10372: 10369: 10366: 10363: 10360: 10354: 10353: 10347: 10346: 10343: 10337: 10336: 10333: 10330: 10327: 10324: 10321: 10318: 10315: 10312: 10309: 10306: 10303: 10300: 10299:'string' 10297: 10294: 10291: 10288: 10285: 10282: 10276: 10275: 10272: 10269: 10266: 10263: 10260: 10257: 10251: 10250: 10247: 10244: 10241: 10238: 10232: 10231: 10228: 10225: 10222: 10219: 10216: 10213: 10210: 10207: 10201: 10200: 10194: 10193: 10190: 10187: 10184: 10181: 10178: 10175: 10169: 10168: 10162: 10161: 10158: 10152: 10151: 10148: 10145: 10142: 10139: 10136: 10133: 10130: 10127: 10124: 10121: 10118: 10115: 10114:'string' 10112: 10109: 10106: 10103: 10100: 10097: 10091: 10090: 10087: 10084: 10081: 10078: 10075: 10072: 10066: 10065: 10062: 10059: 10056: 10053: 10047: 10046: 10043: 10040: 10037: 10034: 10031: 10028: 10025: 10022: 10016: 10015: 10012: 10009: 10006: 10003: 10000: 9997: 9994: 9991: 9988: 9985: 9982: 9979: 9973: 9969: 9968: 9962: 9961: 9958: 9955: 9952: 9949: 9946: 9943: 9940: 9937: 9934: 9931: 9928: 9925: 9922: 9919: 9913: 9912: 9906: 9905: 9902: 9899: 9896: 9893: 9890: 9884: 9883: 9880: 9877: 9874: 9868: 9867: 9864: 9861: 9858: 9855: 9852: 9846: 9845: 9842: 9839: 9836: 9833: 9830: 9824: 9823: 9820: 9817: 9814: 9808: 9807: 9804: 9801: 9798: 9792: 9791: 9788: 9785: 9782: 9779: 9776: 9773: 9767: 9766: 9760: 9756: 9755: 9749: 9748: 9742: 9738: 9737: 9731: 9727: 9726: 9720: 9719: 9713: 9709: 9708: 9702: 9701: 9698: 9692: 9688: 9687: 9681: 9680: 9677: 9674: 9671: 9668: 9665: 9662: 9659: 9656: 9650: 9646: 9645: 9639: 9638: 9635: 9632: 9629: 9626: 9623: 9620: 9617: 9611: 9610: 9604: 9603: 9600: 9597: 9594: 9591: 9588: 9585: 9582: 9579: 9576: 9573: 9570: 9564: 9563: 9560: 9557: 9554: 9551: 9545: 9544: 9538: 9537: 9534: 9531: 9528: 9525: 9519: 9518: 9512: 9508: 9507: 9501: 9500: 9494: 9493: 9490: 9487: 9484: 9481: 9478: 9475: 9472: 9469: 9466: 9460: 9459: 9453: 9452: 9449: 9446: 9440: 9439: 9436: 9433: 9430: 9427: 9421: 9420: 9417: 9414: 9411: 9408: 9402: 9401: 9395: 9394: 9388: 9387: 9384: 9381: 9378: 9375: 9372: 9369: 9366: 9363: 9360: 9354: 9350: 9349: 9343: 9342: 9339: 9336: 9330: 9329: 9326: 9323: 9320: 9317: 9311: 9310: 9307: 9304: 9298: 9294: 9293: 9290: 9287: 9284: 9281: 9278: 9275: 9272: 9269: 9266: 9263: 9260: 9254: 9253: 9250: 9247: 9244: 9241: 9238: 9235: 9232: 9229: 9223: 9222: 9219: 9216: 9213: 9210: 9204: 9203: 9200: 9197: 9194: 9191: 9185: 9184: 9181: 9175: 9174: 9171: 9168: 9165: 9162: 9156: 9155: 9149: 9145: 9144: 9141: 9138: 9135: 9132: 9126: 9125: 9119: 9118: 9115: 9112: 9109: 9103: 9102: 9096: 9095: 9092: 9089: 9086: 9083: 9080: 9077: 9074: 9071: 9068: 9062: 9061: 9058: 9055: 9052: 9049: 9043: 9042: 9039: 9036: 9033: 9030: 9024: 9023: 9020: 9017: 9014: 9011: 9008: 9005: 9002: 8999: 8996: 8993: 8987: 8986: 8983: 8980: 8977: 8974: 8971: 8968: 8965: 8962: 8959: 8956: 8953: 8950: 8947: 8944: 8941: 8938: 8935: 8932: 8929: 8926: 8920: 8919: 8913: 8909: 8908: 8902: 8901: 8898: 8895: 8889: 8888: 8882: 8881: 8878: 8875: 8869: 8868: 8865: 8862: 8859: 8856: 8850: 8849: 8843: 8839: 8838: 8835: 8829: 8828: 8825: 8822: 8819: 8816: 8813: 8810: 8807: 8804: 8801: 8798: 8792: 8788: 8787: 8781: 8780: 8777: 8774: 8771: 8768: 8765: 8762: 8759: 8753: 8752: 8749: 8746: 8743: 8740: 8737: 8734: 8731: 8728: 8725: 8719: 8718: 8715: 8712: 8709: 8706: 8700: 8699: 8693: 8689: 8688: 8682: 8681: 8675: 8674: 8671: 8668: 8665: 8662: 8659: 8653: 8652: 8649: 8646: 8643: 8640: 8637: 8634: 8631: 8628: 8625: 8622: 8619: 8613: 8612: 8609: 8606: 8603: 8600: 8597: 8594: 8588: 8587: 8581: 8580: 8574: 8570: 8569: 8566: 8563: 8560: 8557: 8554: 8551: 8548: 8545: 8539: 8538: 8535: 8532: 8529: 8526: 8523: 8520: 8517: 8514: 8508: 8504: 8503: 8497: 8496: 8493: 8490: 8487: 8484: 8478: 8477: 8474: 8471: 8468: 8465: 8462: 8459: 8456: 8453: 8447: 8446: 8440: 8436: 8435: 8432: 8429: 8426: 8423: 8420: 8417: 8414: 8408: 8407: 8404: 8401: 8398: 8395: 8392: 8389: 8386: 8383: 8380: 8374: 8373: 8370: 8364: 8360: 8359: 8356: 8353: 8350: 8347: 8344: 8341: 8335: 8334: 8328: 8327: 8324: 8321: 8318: 8315: 8312: 8309: 8306: 8303: 8297: 8293: 8292: 8286: 8285: 8282: 8279: 8276: 8273: 8270: 8267: 8264: 8261: 8255: 8254: 8251: 8248: 8245: 8242: 8239: 8233: 8232: 8229: 8226: 8223: 8220: 8217: 8211: 8210: 8207: 8204: 8201: 8200:precision_format 8198: 8195: 8192: 8186: 8182: 8181: 8175: 8174: 8168: 8167: 8161: 8157: 8156: 8150: 8149: 8143: 8139: 8138: 8137:precision_format 8132: 8131: 8125: 8121: 8120: 8114: 8113: 8110: 8104: 8103: 8100: 8097: 8094: 8091: 8088: 8085: 8082: 8079: 8076: 8070: 8069: 8063: 8062: 8059: 8053: 8052: 8046: 8045: 8042: 8039: 8036: 8033: 8030: 8024: 8023: 8020: 8017: 8014: 8011: 8005: 8004: 7998: 7997: 7994: 7991: 7988: 7985: 7982: 7979: 7976: 7973: 7970: 7967: 7961: 7960: 7957: 7954: 7951: 7948: 7945: 7942: 7939: 7936: 7930: 7929: 7926: 7923: 7920: 7917: 7911: 7910: 7907: 7904: 7901: 7895: 7894: 7891: 7888: 7885: 7879: 7878: 7875: 7872: 7869: 7866: 7863: 7860: 7857: 7851: 7850: 7847: 7844: 7841: 7838: 7832: 7828: 7827: 7821: 7820: 7817: 7814: 7811: 7810:unpackNumberArgs 7808: 7805: 7802: 7799: 7796: 7790: 7789: 7786: 7783: 7780: 7777: 7774: 7771: 7765: 7761: 7760: 7754: 7753: 7747: 7746: 7740: 7736: 7735: 7729: 7725: 7724: 7718: 7717: 7711: 7707: 7706: 7700: 7699: 7696: 7690: 7689: 7683: 7682: 7679: 7676: 7670: 7669: 7666: 7663: 7660: 7657: 7654: 7651: 7648: 7645: 7642: 7639: 7636: 7630: 7629: 7626: 7623: 7620: 7617: 7614: 7608: 7607: 7604: 7601: 7598: 7595: 7592: 7589: 7586: 7583: 7577: 7573: 7572: 7566: 7565: 7559: 7558: 7555: 7552: 7549: 7546: 7543: 7540: 7537: 7534: 7528: 7527: 7521: 7520: 7517: 7514: 7511: 7508: 7502: 7501: 7498: 7495: 7492: 7486: 7485: 7482: 7479: 7476: 7473: 7467: 7466: 7463: 7460: 7457: 7451: 7450: 7447: 7444: 7441: 7438: 7435: 7432: 7429: 7426: 7420: 7419: 7416: 7413: 7410: 7407: 7404: 7401: 7398: 7395: 7389: 7388: 7385: 7382: 7379: 7376: 7373: 7370: 7364: 7360: 7359: 7353: 7349: 7348: 7342: 7341: 7335: 7331: 7330: 7324: 7320: 7319: 7313: 7312: 7306: 7302: 7301: 7295: 7294: 7291: 7288: 7285: 7282: 7279: 7276: 7270: 7269: 7266: 7263: 7260: 7257: 7254: 7251: 7245: 7241: 7240: 7234: 7233: 7227: 7226: 7220: 7216: 7215: 7209: 7205: 7204: 7198: 7197: 7191: 7187: 7186: 7180: 7179: 7176: 7173: 7170: 7167: 7164: 7161: 7158: 7155: 7152: 7149: 7146: 7140: 7139: 7136: 7133: 7130: 7127: 7124: 7121: 7118: 7115: 7112: 7109: 7103: 7102: 7099: 7096: 7093: 7090: 7087: 7084: 7081: 7078: 7072: 7068: 7067: 7061: 7060: 7054: 7053: 7050: 7047: 7044: 7041: 7038: 7035: 7032: 7029: 7023: 7022: 7016: 7015: 7012: 7009: 7006: 7003: 6997: 6996: 6993: 6990: 6987: 6984: 6981: 6978: 6975: 6972: 6966: 6965: 6962: 6959: 6956: 6953: 6950: 6947: 6944: 6941: 6938: 6935: 6932: 6929: 6926: 6923: 6917: 6916: 6913: 6910: 6907: 6904: 6901: 6898: 6895: 6892: 6889: 6886: 6883: 6880: 6877: 6874: 6868: 6867: 6864: 6861: 6858: 6855: 6852: 6849: 6843: 6839: 6838: 6832: 6828: 6827: 6821: 6820: 6814: 6810: 6809: 6803: 6799: 6798: 6792: 6791: 6785: 6781: 6780: 6774: 6773: 6767: 6766: 6763: 6760: 6757: 6751: 6750: 6744: 6743: 6740: 6734: 6733: 6730: 6727: 6724: 6718: 6717: 6714: 6711: 6708: 6705: 6702: 6699: 6696: 6693: 6690: 6687: 6684: 6681: 6678: 6675: 6672: 6669: 6666: 6663: 6660: 6654: 6653: 6650: 6647: 6644: 6641: 6635: 6631: 6630: 6624: 6623: 6620: 6617: 6614: 6613:unpackNumberArgs 6611: 6608: 6605: 6602: 6599: 6593: 6592: 6589: 6586: 6583: 6580: 6577: 6574: 6568: 6564: 6563: 6557: 6556: 6550: 6546: 6545: 6539: 6538: 6532: 6531: 6525: 6524: 6518: 6514: 6513: 6507: 6503: 6502: 6496: 6495: 6489: 6485: 6484: 6478: 6477: 6471: 6470: 6467: 6461: 6460: 6454: 6453: 6450: 6444: 6443: 6440: 6437: 6434: 6428: 6427: 6424: 6421: 6418: 6415: 6412: 6409: 6406: 6403: 6400: 6397: 6394: 6391: 6388: 6385: 6382: 6379: 6376: 6373: 6370: 6364: 6363: 6360: 6357: 6354: 6351: 6345: 6341: 6340: 6334: 6333: 6330: 6327: 6324: 6323:unpackNumberArgs 6321: 6318: 6315: 6312: 6309: 6303: 6302: 6299: 6296: 6293: 6290: 6287: 6284: 6278: 6274: 6273: 6267: 6266: 6260: 6256: 6255: 6249: 6248: 6242: 6241: 6235: 6234: 6228: 6224: 6223: 6217: 6213: 6212: 6206: 6205: 6199: 6195: 6194: 6188: 6187: 6181: 6180: 6177: 6171: 6170: 6167: 6164: 6158: 6157: 6154: 6151: 6148: 6145: 6142: 6139: 6136: 6133: 6130: 6127: 6124: 6121: 6118: 6115: 6112: 6109: 6106: 6100: 6099: 6096: 6093: 6090: 6087: 6081: 6077: 6076: 6070: 6069: 6066: 6063: 6060: 6059:unpackNumberArgs 6057: 6054: 6051: 6048: 6045: 6039: 6038: 6035: 6032: 6029: 6026: 6023: 6020: 6014: 6010: 6009: 6003: 6002: 5996: 5995: 5989: 5985: 5984: 5978: 5977: 5971: 5970: 5964: 5963: 5957: 5953: 5952: 5946: 5942: 5941: 5935: 5934: 5928: 5924: 5923: 5917: 5916: 5910: 5909: 5906: 5900: 5899: 5893: 5892: 5889: 5886: 5883: 5880: 5877: 5874: 5871: 5865: 5864: 5861: 5858: 5855: 5852: 5849: 5846: 5843: 5840: 5837: 5834: 5831: 5825: 5821: 5820: 5814: 5813: 5810: 5804: 5803: 5800: 5797: 5794: 5791: 5785: 5781: 5780: 5777: 5774: 5771: 5765: 5764: 5761: 5758: 5755: 5752: 5746: 5745: 5742: 5739: 5736: 5733: 5727: 5726: 5723: 5720: 5717: 5714: 5708: 5704: 5703: 5697: 5696: 5693: 5690: 5687: 5686:unpackNumberArgs 5684: 5681: 5678: 5675: 5672: 5666: 5665: 5662: 5659: 5656: 5653: 5650: 5647: 5641: 5637: 5636: 5630: 5629: 5623: 5622: 5616: 5615: 5609: 5608: 5602: 5598: 5597: 5591: 5587: 5586: 5580: 5579: 5573: 5569: 5568: 5562: 5561: 5555: 5554: 5551: 5545: 5544: 5541: 5538: 5532: 5531: 5528: 5525: 5522: 5519: 5516: 5513: 5510: 5507: 5504: 5501: 5498: 5495: 5492: 5489: 5486: 5483: 5480: 5474: 5473: 5470: 5467: 5464: 5461: 5455: 5451: 5450: 5444: 5443: 5440: 5437: 5434: 5433:unpackNumberArgs 5431: 5428: 5425: 5422: 5419: 5413: 5412: 5409: 5406: 5403: 5400: 5397: 5394: 5388: 5384: 5383: 5377: 5376: 5370: 5366: 5365: 5359: 5358: 5352: 5348: 5347: 5341: 5337: 5336: 5330: 5329: 5323: 5319: 5315: 5314: 5308: 5307: 5304: 5298: 5294: 5293: 5287: 5286: 5280: 5279: 5276: 5270: 5269: 5266: 5263: 5260: 5257: 5251: 5250: 5247: 5244: 5241: 5238: 5232: 5231: 5228: 5225: 5222: 5219: 5213: 5212: 5209: 5206: 5203: 5200: 5197: 5194: 5191: 5188: 5185: 5182: 5179: 5176: 5170: 5169: 5166: 5163: 5160: 5157: 5154: 5151: 5145: 5141: 5140: 5134: 5133: 5130: 5124: 5123: 5120: 5117: 5114: 5111: 5108: 5105: 5102: 5099: 5096: 5090: 5089: 5086: 5083: 5080: 5077: 5071: 5067: 5066: 5060: 5059: 5056: 5053: 5050: 5047: 5044: 5041: 5038: 5032: 5031: 5028: 5025: 5022: 5019: 5016: 5013: 5010: 5007: 5004: 5001: 4998: 4992: 4991: 4988: 4985: 4982: 4979: 4976: 4973: 4970: 4967: 4964: 4961: 4955: 4954: 4951: 4948: 4945: 4942: 4936: 4932: 4931: 4928: 4925: 4922: 4919: 4913: 4912: 4909: 4906: 4903: 4900: 4897: 4894: 4891: 4888: 4882: 4881: 4878: 4875: 4872: 4869: 4866: 4863: 4860: 4857: 4851: 4847: 4846: 4843: 4840: 4837: 4834: 4831: 4825: 4824: 4818: 4817: 4814: 4811: 4808: 4805: 4802: 4796: 4795: 4792: 4791:'number' 4789: 4786: 4783: 4780: 4777: 4774: 4768: 4767: 4764: 4761: 4758: 4755: 4752: 4749: 4743: 4739: 4738: 4732: 4731: 4725: 4724: 4721: 4718: 4715: 4712: 4709: 4706: 4700: 4699: 4693: 4692: 4689: 4686: 4683: 4680: 4674: 4673: 4670: 4667: 4664: 4661: 4655: 4654: 4651: 4648: 4645: 4642: 4639: 4636: 4633: 4630: 4627: 4621: 4617: 4616: 4610: 4609: 4603: 4602: 4596: 4595: 4589: 4588: 4585: 4582: 4579: 4576: 4573: 4570: 4564: 4563: 4560: 4557: 4554: 4551: 4545: 4544: 4541: 4538: 4535: 4532: 4529: 4526: 4520: 4519: 4516: 4513: 4510: 4507: 4504: 4501: 4498: 4495: 4492: 4489: 4486: 4483: 4480: 4474: 4473: 4470: 4467: 4464: 4461: 4458: 4455: 4452: 4449: 4446: 4443: 4440: 4437: 4434: 4431: 4428: 4422: 4421: 4418: 4415: 4412: 4409: 4403: 4402: 4399: 4396: 4393: 4390: 4387: 4384: 4381: 4378: 4375: 4372: 4369: 4366: 4360: 4359: 4356: 4353: 4350: 4347: 4344: 4341: 4338: 4335: 4329: 4328: 4322: 4321: 4318: 4315: 4312: 4309: 4306: 4300: 4299: 4296: 4293: 4290: 4284: 4280: 4279: 4276: 4273: 4267: 4266: 4263: 4260: 4257: 4254: 4251: 4248: 4242: 4241: 4238: 4235: 4232: 4229: 4226: 4223: 4220: 4217: 4214: 4211: 4208: 4202: 4201: 4198: 4195: 4192: 4189: 4186: 4183: 4177: 4173: 4172: 4166: 4165: 4159: 4158: 4152: 4148: 4147: 4141: 4137: 4136: 4130: 4129: 4123: 4119: 4118: 4112: 4111: 4108: 4105: 4102: 4099: 4096: 4093: 4090: 4087: 4084: 4081: 4075: 4074: 4071: 4068: 4065: 4062: 4059: 4056: 4053: 4047: 4046: 4043: 4040: 4037: 4034: 4031: 4028: 4022: 4018: 4017: 4011: 4010: 4004: 4003: 4000: 3997: 3994: 3991: 3988: 3985: 3979: 3978: 3972: 3971: 3968: 3965: 3962: 3959: 3953: 3952: 3949: 3946: 3943: 3940: 3934: 3933: 3930: 3927: 3924: 3921: 3918: 3915: 3912: 3909: 3903: 3902: 3899: 3896: 3893: 3890: 3887: 3884: 3881: 3878: 3875: 3872: 3869: 3863: 3862: 3859: 3856: 3853: 3850: 3847: 3844: 3838: 3834: 3833: 3827: 3826: 3820: 3819: 3813: 3809: 3808: 3802: 3798: 3797: 3791: 3790: 3784: 3780: 3779: 3773: 3772: 3766: 3765: 3762: 3759: 3753: 3752: 3746: 3745: 3742: 3739: 3736: 3733: 3727: 3726: 3723: 3720: 3714: 3713: 3707: 3706: 3703: 3700: 3697: 3694: 3691: 3688: 3682: 3681: 3678: 3675: 3672: 3669: 3666: 3660: 3659: 3656: 3653: 3650: 3647: 3641: 3640: 3634: 3633: 3630: 3627: 3624: 3621: 3618: 3615: 3612: 3609: 3606: 3603: 3600: 3597: 3594: 3591: 3588: 3585: 3582: 3579: 3576: 3573: 3570: 3567: 3564: 3561: 3558: 3555: 3552: 3546: 3545: 3542: 3539: 3536: 3533: 3530: 3527: 3524: 3521: 3515: 3511: 3510: 3504: 3503: 3500: 3497: 3494: 3491: 3488: 3485: 3482: 3479: 3473: 3472: 3469: 3466: 3463: 3460: 3457: 3454: 3451: 3448: 3442: 3441: 3438: 3435: 3432: 3429: 3426: 3423: 3420: 3417: 3411: 3410: 3407: 3404: 3401: 3398: 3395: 3392: 3386: 3382: 3381: 3375: 3374: 3368: 3367: 3361: 3360: 3354: 3353: 3347: 3343: 3342: 3336: 3332: 3331: 3325: 3324: 3318: 3314: 3313: 3307: 3306: 3303: 3297: 3296: 3293: 3290: 3287: 3284: 3281: 3278: 3275: 3272: 3269: 3266: 3263: 3260: 3257: 3254: 3251: 3248: 3245: 3242: 3239: 3236: 3233: 3230: 3227: 3224: 3221: 3218: 3215: 3209: 3208: 3205: 3202: 3199: 3196: 3193: 3190: 3184: 3183: 3177: 3176: 3170: 3169: 3163: 3159: 3158: 3152: 3151: 3148: 3145: 3142: 3136: 3135: 3129: 3128: 3125: 3122: 3119: 3116: 3113: 3110: 3107: 3101: 3100: 3097: 3094: 3091: 3088: 3085: 3082: 3079: 3076: 3073: 3067: 3066: 3063: 3060: 3057: 3054: 3051: 3048: 3045: 3042: 3036: 3035: 3029: 3028: 3025: 3022: 3016: 3015: 3009: 3008: 3005: 3002: 2999: 2996: 2993: 2987: 2986: 2983: 2980: 2977: 2974: 2971: 2965: 2964: 2961: 2958: 2955: 2952: 2946: 2945: 2939: 2938: 2932: 2931: 2928: 2925: 2922: 2919: 2916: 2913: 2907: 2903: 2902: 2896: 2895: 2892: 2886: 2885: 2879: 2878: 2875: 2872: 2866: 2865: 2862: 2859: 2856: 2853: 2850: 2847: 2844: 2841: 2838: 2832: 2831: 2828: 2825: 2822: 2816: 2815: 2809: 2808: 2802: 2801: 2798: 2795: 2789: 2788: 2785: 2782: 2776: 2775: 2772: 2769: 2763: 2762: 2759: 2756: 2753: 2750: 2747: 2744: 2741: 2735: 2734: 2731: 2728: 2725: 2722: 2719: 2716: 2713: 2710: 2707: 2701: 2700: 2697: 2694: 2691: 2685: 2684: 2681: 2678: 2675: 2672: 2666: 2665: 2662: 2659: 2656: 2653: 2647: 2646: 2640: 2639: 2636: 2633: 2630: 2624: 2620: 2619: 2613: 2612: 2609: 2606: 2603: 2600: 2594: 2593: 2587: 2586: 2580: 2579: 2576: 2573: 2570: 2567: 2564: 2558: 2557: 2554: 2553:'number' 2551: 2548: 2545: 2542: 2539: 2536: 2530: 2529: 2526: 2523: 2520: 2517: 2514: 2511: 2508: 2505: 2502: 2496: 2495: 2492: 2489: 2486: 2480: 2479: 2473: 2472: 2469: 2466: 2463: 2462:unpackNumberArgs 2460: 2457: 2451: 2447: 2446: 2440: 2439: 2436: 2433: 2430: 2427: 2424: 2421: 2418: 2415: 2412: 2409: 2403: 2402: 2396: 2395: 2392: 2389: 2386: 2383: 2380: 2374: 2370: 2369: 2363: 2362: 2356: 2355: 2349: 2345: 2344: 2341: 2338: 2335: 2332: 2326: 2325: 2322: 2319: 2316: 2313: 2307: 2303: 2302: 2299: 2296: 2293: 2290: 2284: 2280: 2279: 2273: 2269: 2268: 2262: 2258: 2257: 2239: 2224: 2208: 2166: 2165: 2086: 2085: 2081: 2080: 2062: 2061: 2009: 2005: 1967: 1966: 1957: 1955: 1954: 1951: 1948: 1932: 1931: 1930: 1927: 1926: 1922: 1855: 1854: 1847: 1846: 1842: 1789:angular brackets 1765:integral symbols 1753: 1752: 1739: 1738: 1734: 1730:slant fractions 1719: 1718: 1714: 1709: 1687:bra–ket notation 1656: 1655: 1651: 1638: 1637: 1634: 1633: 1619: 1618: 1522: 1521: 1481: 1475: 1463: 1457: 1432: 1431: 1428: 1427: 1416: 1415: 1296: 1295: 1278: 1277: 1265: 1258: 1251: 1242: 1241: 1232: 1224: 1221: 1218: 1215: 1212: 1209: 1206: 1203: 1200: 1197: 1194: 1162: 1159: 1156: 1153: 1150: 1147: 1144: 1141: 1138: 1135: 1132: 1129: 1045: 1038: 1035: 1032: 1031: 1011: 1005: 998: 995: 992: 989: 986: 983: 980: 977: 959:precision_format 947: 944: 941: 938: 935: 932: 929: 926: 923: 900: 894: 890: 884: 878: 870: 861: 858: 855: 852: 849: 846: 843: 840: 809: 794: 791: 788: 785: 782: 779: 760: 756: 743: 740: 737: 734: 731: 728: 725: 722: 684: 681: 678: 675: 672: 669: 666: 663: 660: 657: 654: 624: 621: 618: 615: 612: 609: 606: 603: 600: 597: 594: 564: 561: 558: 555: 552: 549: 546: 543: 540: 537: 534: 500: 497: 494: 491: 488: 485: 482: 479: 476: 473: 470: 440: 437: 434: 431: 428: 425: 422: 419: 416: 413: 410: 373: 370: 367: 364: 361: 358: 328: 325: 322: 319: 316: 313: 273: 270: 267: 264: 261: 258: 255: 252: 249: 246: 243: 240: 237: 234: 231: 228: 225: 222: 189: 169: 162: 159: 156: 153: 150: 147: 144: 105: 104: 98: 65: 64: 58: 44: 25: 23: 22: 11391: 11390: 11386: 11385: 11384: 11382: 11381: 11380: 11366: 11365: 11364: 11363: 11359: 11356: 11353: 11350: 11347: 11344: 11341: 11330: 11327: 11320: 11313: 11310: 11307: 11304: 11301: 11298: 11295: 11292: 11285: 11278: 11275: 11272: 11269: 11266: 11263: 11260: 11253: 11250: 11247: 11244: 11237: 11234: 11231: 11228: 11225: 11218: 11215: 11212: 11209: 11206: 11203: 11200: 11197: 11194: 11191: 11188: 11185: 11174: 11167: 11160: 11153: 11142: 11135: 11132: 11129: 11126: 11115: 11108: 11101: 11098: 11095: 11092: 11089: 11086: 11079: 11072: 11069: 11067:'^%-?0' 11066: 11063: 11060: 11057: 11054: 11051: 11044: 11041: 11038: 11035: 11032: 11029: 11026: 11023: 11020: 11017: 11014: 11007: 11004: 11001: 10998: 10995: 10992: 10989: 10986: 10983: 10976: 10969: 10962: 10959: 10956: 10949: 10946: 10943: 10936: 10929: 10926: 10923: 10920: 10917: 10914: 10907: 10904: 10901: 10898: 10895: 10892: 10885: 10882: 10879: 10872: 10869: 10866: 10863: 10860: 10858:ParserFunctions 10857: 10854: 10851: 10848: 10845: 10842: 10839: 10836: 10833: 10830: 10827: 10824: 10817: 10814: 10811: 10808: 10805: 10798: 10787: 10784: 10781: 10778: 10775: 10772: 10769: 10762: 10751: 10744: 10741: 10738: 10735: 10732: 10725: 10718: 10715: 10712: 10709: 10706: 10703: 10700: 10697: 10694: 10691: 10688: 10685: 10682: 10679: 10676: 10673: 10666: 10663: 10660: 10657: 10654: 10651: 10648: 10641: 10634: 10631: 10628: 10625: 10622: 10619: 10616: 10613: 10606: 10603: 10600: 10597: 10594: 10591: 10588: 10577: 10570: 10563: 10556: 10549: 10538: 10531: 10524: 10517: 10514: 10507: 10500: 10497: 10494: 10491: 10488: 10485: 10482: 10479: 10476: 10469: 10466: 10463: 10456: 10453: 10450: 10447: 10444: 10441: 10438: 10435: 10432: 10425: 10422: 10419: 10412: 10409: 10406: 10403: 10400: 10397: 10390: 10383: 10376: 10373: 10370: 10367: 10364: 10361: 10358: 10351: 10344: 10341: 10334: 10331: 10328: 10325: 10322: 10319: 10316: 10313: 10310: 10307: 10304: 10301: 10298: 10295: 10292: 10289: 10286: 10283: 10280: 10273: 10270: 10267: 10264: 10261: 10258: 10255: 10248: 10245: 10242: 10239: 10236: 10229: 10226: 10223: 10220: 10217: 10214: 10211: 10208: 10205: 10198: 10191: 10188: 10185: 10182: 10179: 10176: 10173: 10166: 10159: 10156: 10149: 10146: 10143: 10140: 10137: 10134: 10131: 10128: 10125: 10122: 10119: 10116: 10113: 10110: 10107: 10104: 10101: 10098: 10095: 10088: 10085: 10082: 10079: 10076: 10073: 10070: 10063: 10060: 10057: 10054: 10051: 10044: 10041: 10038: 10035: 10032: 10029: 10026: 10023: 10020: 10013: 10010: 10007: 10004: 10001: 9998: 9995: 9992: 9989: 9986: 9983: 9980: 9977: 9966: 9959: 9956: 9953: 9950: 9947: 9944: 9941: 9938: 9935: 9932: 9929: 9926: 9923: 9920: 9917: 9910: 9903: 9900: 9897: 9894: 9891: 9888: 9881: 9878: 9875: 9872: 9865: 9862: 9859: 9856: 9853: 9850: 9843: 9840: 9837: 9834: 9831: 9828: 9821: 9818: 9815: 9812: 9805: 9802: 9799: 9796: 9789: 9786: 9783: 9780: 9777: 9774: 9771: 9764: 9753: 9746: 9735: 9724: 9717: 9706: 9699: 9696: 9685: 9678: 9675: 9672: 9669: 9666: 9663: 9660: 9657: 9654: 9643: 9636: 9633: 9630: 9627: 9624: 9621: 9618: 9615: 9608: 9601: 9598: 9595: 9592: 9589: 9586: 9583: 9580: 9577: 9574: 9571: 9568: 9561: 9558: 9555: 9552: 9549: 9542: 9535: 9532: 9529: 9526: 9523: 9516: 9505: 9498: 9491: 9488: 9485: 9482: 9479: 9476: 9473: 9470: 9467: 9464: 9457: 9450: 9447: 9444: 9437: 9434: 9431: 9428: 9425: 9418: 9415: 9412: 9409: 9406: 9399: 9392: 9385: 9382: 9379: 9376: 9373: 9370: 9367: 9364: 9361: 9358: 9347: 9340: 9337: 9334: 9327: 9324: 9321: 9318: 9315: 9308: 9305: 9302: 9291: 9288: 9285: 9282: 9279: 9276: 9273: 9270: 9267: 9264: 9261: 9258: 9251: 9248: 9245: 9242: 9239: 9236: 9233: 9230: 9227: 9220: 9217: 9214: 9211: 9208: 9201: 9198: 9195: 9192: 9189: 9182: 9179: 9172: 9169: 9166: 9163: 9160: 9153: 9142: 9139: 9136: 9133: 9130: 9123: 9116: 9113: 9110: 9107: 9100: 9093: 9090: 9087: 9084: 9081: 9078: 9075: 9072: 9069: 9066: 9059: 9056: 9053: 9050: 9047: 9040: 9037: 9034: 9031: 9028: 9021: 9018: 9015: 9012: 9009: 9006: 9003: 9000: 8997: 8994: 8991: 8984: 8981: 8978: 8975: 8972: 8969: 8966: 8963: 8960: 8957: 8954: 8951: 8948: 8945: 8942: 8939: 8936: 8933: 8930: 8927: 8924: 8917: 8906: 8899: 8896: 8893: 8886: 8879: 8876: 8873: 8866: 8863: 8860: 8857: 8854: 8847: 8836: 8833: 8826: 8823: 8820: 8817: 8814: 8811: 8808: 8805: 8802: 8799: 8796: 8785: 8778: 8775: 8772: 8769: 8766: 8763: 8760: 8757: 8750: 8747: 8744: 8741: 8738: 8735: 8732: 8729: 8726: 8723: 8716: 8713: 8710: 8707: 8704: 8697: 8686: 8679: 8672: 8669: 8666: 8663: 8660: 8657: 8650: 8647: 8644: 8641: 8638: 8635: 8632: 8629: 8626: 8623: 8620: 8617: 8610: 8607: 8604: 8601: 8598: 8595: 8592: 8585: 8578: 8567: 8564: 8561: 8558: 8555: 8552: 8549: 8546: 8543: 8536: 8533: 8530: 8527: 8524: 8521: 8518: 8515: 8512: 8501: 8494: 8491: 8488: 8485: 8482: 8475: 8472: 8469: 8466: 8463: 8460: 8457: 8454: 8451: 8444: 8433: 8430: 8427: 8424: 8421: 8418: 8415: 8412: 8405: 8402: 8399: 8396: 8393: 8390: 8387: 8384: 8381: 8378: 8371: 8368: 8357: 8354: 8351: 8348: 8345: 8342: 8339: 8332: 8325: 8322: 8319: 8316: 8313: 8310: 8307: 8304: 8301: 8290: 8283: 8280: 8277: 8274: 8271: 8268: 8265: 8262: 8259: 8252: 8249: 8246: 8243: 8240: 8237: 8230: 8227: 8224: 8221: 8218: 8215: 8208: 8205: 8202: 8199: 8196: 8193: 8190: 8179: 8172: 8165: 8154: 8147: 8136: 8129: 8118: 8111: 8108: 8101: 8098: 8095: 8092: 8089: 8086: 8083: 8080: 8077: 8074: 8067: 8060: 8057: 8050: 8043: 8040: 8037: 8034: 8031: 8028: 8021: 8018: 8015: 8012: 8009: 8002: 7995: 7992: 7989: 7986: 7983: 7980: 7977: 7974: 7971: 7968: 7965: 7958: 7955: 7952: 7949: 7946: 7943: 7940: 7937: 7934: 7927: 7924: 7921: 7918: 7915: 7908: 7905: 7902: 7899: 7892: 7889: 7886: 7883: 7876: 7873: 7870: 7867: 7864: 7861: 7858: 7855: 7848: 7845: 7842: 7839: 7836: 7825: 7818: 7815: 7812: 7809: 7806: 7803: 7800: 7797: 7794: 7787: 7784: 7781: 7778: 7775: 7772: 7769: 7758: 7751: 7744: 7733: 7722: 7715: 7704: 7697: 7694: 7687: 7680: 7677: 7674: 7667: 7664: 7661: 7658: 7655: 7652: 7649: 7646: 7643: 7640: 7637: 7634: 7627: 7624: 7621: 7618: 7615: 7612: 7605: 7602: 7599: 7596: 7593: 7590: 7587: 7584: 7581: 7570: 7563: 7556: 7553: 7550: 7547: 7544: 7541: 7538: 7535: 7532: 7525: 7518: 7515: 7512: 7509: 7506: 7499: 7496: 7493: 7490: 7483: 7480: 7477: 7474: 7471: 7464: 7461: 7458: 7455: 7448: 7445: 7442: 7439: 7436: 7433: 7430: 7427: 7424: 7417: 7414: 7411: 7408: 7405: 7402: 7399: 7396: 7393: 7386: 7383: 7380: 7377: 7374: 7371: 7368: 7357: 7346: 7339: 7328: 7317: 7310: 7299: 7292: 7289: 7286: 7283: 7280: 7277: 7274: 7267: 7264: 7261: 7258: 7255: 7252: 7249: 7238: 7231: 7224: 7213: 7202: 7195: 7184: 7177: 7174: 7171: 7168: 7165: 7162: 7159: 7156: 7153: 7150: 7147: 7144: 7137: 7134: 7131: 7128: 7125: 7122: 7119: 7116: 7113: 7110: 7107: 7100: 7097: 7094: 7091: 7088: 7085: 7082: 7079: 7076: 7065: 7058: 7051: 7048: 7045: 7042: 7039: 7036: 7033: 7030: 7027: 7020: 7013: 7010: 7007: 7004: 7001: 6994: 6991: 6988: 6985: 6982: 6979: 6976: 6973: 6970: 6963: 6960: 6957: 6954: 6951: 6948: 6945: 6942: 6939: 6936: 6933: 6930: 6927: 6924: 6921: 6914: 6911: 6908: 6905: 6902: 6899: 6896: 6893: 6890: 6887: 6884: 6881: 6878: 6875: 6872: 6865: 6862: 6859: 6856: 6853: 6850: 6847: 6836: 6825: 6818: 6807: 6796: 6789: 6778: 6771: 6764: 6761: 6758: 6755: 6748: 6741: 6738: 6731: 6728: 6725: 6722: 6715: 6712: 6709: 6706: 6703: 6700: 6697: 6694: 6691: 6688: 6685: 6682: 6679: 6676: 6673: 6670: 6667: 6664: 6661: 6658: 6651: 6648: 6645: 6642: 6639: 6628: 6621: 6618: 6615: 6612: 6609: 6606: 6603: 6600: 6597: 6590: 6587: 6584: 6581: 6578: 6575: 6572: 6561: 6554: 6543: 6536: 6529: 6522: 6511: 6500: 6493: 6482: 6475: 6468: 6465: 6458: 6451: 6448: 6441: 6438: 6435: 6432: 6425: 6422: 6419: 6416: 6413: 6410: 6407: 6404: 6401: 6398: 6395: 6392: 6389: 6386: 6383: 6380: 6377: 6374: 6371: 6368: 6361: 6358: 6355: 6352: 6349: 6338: 6331: 6328: 6325: 6322: 6319: 6316: 6313: 6310: 6307: 6300: 6297: 6294: 6291: 6288: 6285: 6282: 6271: 6264: 6253: 6246: 6239: 6232: 6221: 6210: 6203: 6192: 6185: 6178: 6175: 6168: 6165: 6162: 6155: 6152: 6149: 6146: 6143: 6140: 6137: 6134: 6131: 6128: 6125: 6122: 6119: 6116: 6113: 6110: 6107: 6104: 6097: 6094: 6091: 6088: 6085: 6074: 6067: 6064: 6061: 6058: 6055: 6052: 6049: 6046: 6043: 6036: 6033: 6030: 6027: 6024: 6021: 6018: 6007: 6000: 5993: 5982: 5975: 5968: 5961: 5950: 5939: 5932: 5921: 5914: 5907: 5904: 5897: 5890: 5887: 5884: 5881: 5878: 5875: 5872: 5869: 5862: 5859: 5856: 5853: 5850: 5847: 5844: 5841: 5838: 5835: 5832: 5829: 5818: 5811: 5808: 5801: 5798: 5795: 5792: 5789: 5778: 5775: 5772: 5769: 5762: 5759: 5756: 5753: 5750: 5743: 5740: 5737: 5734: 5731: 5724: 5721: 5718: 5715: 5712: 5701: 5694: 5691: 5688: 5685: 5682: 5679: 5676: 5673: 5670: 5663: 5660: 5657: 5654: 5651: 5648: 5645: 5634: 5627: 5620: 5613: 5606: 5595: 5584: 5577: 5566: 5559: 5552: 5549: 5542: 5539: 5536: 5529: 5526: 5523: 5520: 5517: 5514: 5511: 5508: 5505: 5502: 5499: 5496: 5493: 5490: 5487: 5484: 5481: 5478: 5471: 5468: 5465: 5462: 5459: 5448: 5441: 5438: 5435: 5432: 5429: 5426: 5423: 5420: 5417: 5410: 5407: 5404: 5401: 5398: 5395: 5392: 5381: 5374: 5363: 5356: 5345: 5334: 5327: 5312: 5305: 5302: 5291: 5284: 5277: 5274: 5267: 5264: 5261: 5258: 5255: 5248: 5245: 5242: 5239: 5236: 5229: 5226: 5223: 5220: 5217: 5210: 5207: 5204: 5201: 5198: 5195: 5192: 5189: 5186: 5183: 5180: 5177: 5174: 5167: 5164: 5161: 5158: 5155: 5152: 5149: 5138: 5131: 5128: 5121: 5118: 5115: 5112: 5109: 5106: 5103: 5100: 5097: 5094: 5087: 5084: 5081: 5078: 5075: 5064: 5057: 5054: 5051: 5048: 5045: 5042: 5039: 5036: 5029: 5026: 5023: 5020: 5017: 5014: 5011: 5008: 5005: 5002: 4999: 4996: 4989: 4986: 4983: 4980: 4977: 4974: 4971: 4968: 4965: 4962: 4959: 4952: 4949: 4946: 4943: 4940: 4929: 4926: 4923: 4920: 4917: 4910: 4907: 4904: 4901: 4898: 4895: 4892: 4889: 4886: 4879: 4876: 4873: 4870: 4867: 4864: 4861: 4858: 4855: 4844: 4841: 4838: 4835: 4832: 4829: 4822: 4815: 4812: 4809: 4806: 4803: 4800: 4793: 4790: 4787: 4784: 4781: 4778: 4775: 4772: 4765: 4762: 4759: 4756: 4753: 4750: 4747: 4736: 4729: 4722: 4719: 4716: 4713: 4710: 4707: 4704: 4697: 4690: 4687: 4684: 4681: 4678: 4671: 4668: 4665: 4662: 4659: 4652: 4649: 4646: 4643: 4640: 4637: 4634: 4631: 4628: 4625: 4614: 4607: 4600: 4593: 4586: 4583: 4580: 4577: 4574: 4571: 4568: 4561: 4558: 4555: 4552: 4549: 4542: 4539: 4536: 4533: 4530: 4527: 4524: 4517: 4514: 4511: 4508: 4505: 4502: 4499: 4496: 4493: 4490: 4487: 4484: 4481: 4478: 4471: 4468: 4465: 4462: 4459: 4456: 4453: 4450: 4447: 4444: 4441: 4438: 4435: 4432: 4429: 4426: 4419: 4416: 4413: 4410: 4407: 4400: 4397: 4394: 4391: 4388: 4385: 4382: 4379: 4376: 4373: 4370: 4367: 4364: 4357: 4354: 4351: 4348: 4345: 4342: 4339: 4336: 4333: 4326: 4319: 4316: 4313: 4310: 4307: 4304: 4297: 4294: 4291: 4288: 4277: 4274: 4271: 4264: 4261: 4258: 4255: 4252: 4249: 4246: 4239: 4236: 4233: 4230: 4227: 4224: 4221: 4218: 4215: 4212: 4209: 4206: 4199: 4196: 4193: 4190: 4187: 4184: 4181: 4170: 4163: 4156: 4145: 4134: 4127: 4116: 4109: 4106: 4103: 4100: 4097: 4094: 4091: 4088: 4085: 4082: 4079: 4072: 4069: 4066: 4063: 4060: 4057: 4054: 4051: 4044: 4041: 4038: 4035: 4032: 4029: 4026: 4015: 4008: 4001: 3998: 3995: 3992: 3989: 3986: 3983: 3976: 3969: 3966: 3963: 3960: 3957: 3950: 3947: 3944: 3941: 3938: 3931: 3928: 3925: 3922: 3919: 3916: 3913: 3910: 3907: 3900: 3897: 3894: 3891: 3888: 3885: 3882: 3879: 3876: 3873: 3870: 3867: 3860: 3857: 3854: 3851: 3848: 3845: 3842: 3831: 3824: 3817: 3806: 3795: 3788: 3777: 3770: 3763: 3760: 3757: 3750: 3743: 3740: 3737: 3734: 3731: 3724: 3721: 3718: 3711: 3704: 3701: 3698: 3695: 3692: 3689: 3686: 3679: 3676: 3673: 3670: 3667: 3664: 3657: 3654: 3651: 3648: 3645: 3638: 3631: 3628: 3625: 3622: 3619: 3616: 3613: 3610: 3607: 3604: 3601: 3598: 3595: 3592: 3589: 3586: 3583: 3580: 3577: 3574: 3571: 3568: 3565: 3562: 3559: 3556: 3553: 3551:math.randomseed 3550: 3543: 3540: 3537: 3534: 3531: 3528: 3525: 3522: 3519: 3508: 3501: 3498: 3495: 3492: 3489: 3486: 3483: 3480: 3477: 3470: 3467: 3464: 3461: 3458: 3455: 3452: 3449: 3446: 3439: 3436: 3433: 3430: 3427: 3424: 3421: 3418: 3415: 3408: 3405: 3402: 3399: 3396: 3393: 3390: 3379: 3372: 3365: 3358: 3351: 3340: 3329: 3322: 3311: 3304: 3301: 3294: 3291: 3288: 3285: 3282: 3279: 3276: 3273: 3270: 3267: 3264: 3261: 3258: 3255: 3252: 3249: 3246: 3243: 3240: 3237: 3234: 3231: 3228: 3225: 3222: 3219: 3216: 3213: 3206: 3203: 3200: 3197: 3194: 3191: 3188: 3181: 3174: 3167: 3156: 3149: 3146: 3143: 3140: 3133: 3126: 3123: 3120: 3117: 3114: 3111: 3108: 3105: 3098: 3095: 3092: 3089: 3086: 3083: 3080: 3077: 3074: 3071: 3064: 3061: 3058: 3055: 3052: 3049: 3046: 3043: 3040: 3033: 3026: 3023: 3020: 3013: 3006: 3003: 3000: 2997: 2994: 2991: 2984: 2981: 2978: 2975: 2972: 2969: 2962: 2959: 2956: 2953: 2950: 2943: 2936: 2929: 2926: 2923: 2920: 2917: 2914: 2911: 2900: 2893: 2890: 2883: 2876: 2873: 2870: 2863: 2860: 2857: 2854: 2851: 2848: 2845: 2842: 2839: 2836: 2829: 2826: 2823: 2820: 2813: 2806: 2799: 2796: 2793: 2786: 2783: 2780: 2773: 2770: 2767: 2760: 2757: 2754: 2751: 2748: 2745: 2742: 2739: 2732: 2729: 2726: 2723: 2720: 2717: 2714: 2711: 2708: 2705: 2698: 2695: 2692: 2689: 2682: 2679: 2676: 2673: 2670: 2663: 2660: 2657: 2654: 2651: 2644: 2637: 2634: 2631: 2628: 2617: 2610: 2607: 2604: 2601: 2598: 2591: 2584: 2577: 2574: 2571: 2568: 2565: 2562: 2555: 2552: 2549: 2546: 2543: 2540: 2537: 2534: 2527: 2524: 2521: 2518: 2515: 2512: 2509: 2506: 2503: 2500: 2493: 2490: 2487: 2484: 2477: 2470: 2467: 2464: 2461: 2458: 2455: 2444: 2437: 2434: 2431: 2428: 2425: 2422: 2419: 2416: 2413: 2410: 2407: 2400: 2393: 2390: 2387: 2384: 2381: 2378: 2367: 2360: 2353: 2342: 2339: 2336: 2333: 2330: 2323: 2320: 2317: 2314: 2311: 2300: 2297: 2294: 2291: 2288: 2277: 2266: 2255: 2247: 2246: 2241: 2229: 2214: 2209: 2198: 2195:Module:Math/doc 2183: 2182: 2177: 2146: 2141: 2137:units attention 2132:undue precision 2120: 2075: 2052: 2007: 2001: 1960: 1959: 1952: 1949: 1946: 1945: 1943: 1928: 1924: 1923: 1920: 1919: 1918: 1844: 1843: 1838: 1746: 1745: 1736: 1732: 1731: 1716: 1712: 1711: 1707: 1653: 1652: 1647: 1627: 1609: 1532:decimal degrees 1503: 1479: 1473: 1461: 1455: 1421: 1402: 1331:Numeral systems 1326: 1290: 1287:Numeral systems 1272: 1269: 1239: 1230: 1226: 1225: 1222: 1219: 1216: 1213: 1210: 1207: 1204: 1201: 1198: 1195: 1192: 1189: 1166:Divide x by y. 1164: 1163: 1160: 1157: 1154: 1151: 1148: 1145: 1142: 1139: 1136: 1133: 1130: 1127: 1124: 1105: 1044: 1041: 1029: 1025: 1024: 1018: 1009: 1003: 1000: 999: 996: 993: 990: 987: 984: 981: 978: 975: 972: 961: 949: 948: 945: 942: 939: 936: 933: 930: 927: 924: 921: 918: 907: 896: 892: 886: 880: 874: 866: 863: 862: 859: 856: 853: 850: 847: 844: 841: 838: 835: 824: 818:using base 10. 803: 799: 796: 795: 792: 789: 786: 783: 780: 777: 774: 767: 758: 754: 745: 744: 741: 738: 735: 732: 729: 726: 723: 720: 717: 698: 690:arithmetic mean 686: 685: 682: 679: 676: 673: 670: 667: 664: 661: 658: 655: 652: 649: 634: 626: 625: 622: 619: 616: 613: 610: 607: 604: 601: 598: 595: 592: 589: 574: 566: 565: 562: 559: 556: 553: 550: 547: 544: 541: 538: 535: 532: 529: 514: 502: 501: 498: 495: 492: 489: 486: 483: 480: 477: 474: 471: 468: 465: 450: 442: 441: 438: 435: 432: 429: 426: 423: 420: 417: 414: 411: 408: 405: 390: 375: 374: 371: 368: 365: 362: 359: 356: 353: 342: 332:Determines the 330: 329: 326: 323: 320: 317: 314: 311: 308: 301: 275: 274: 271: 268: 265: 262: 259: 256: 253: 250: 247: 244: 241: 238: 235: 232: 229: 226: 223: 220: 217: 202: 196: 187: 167: 164: 163: 160: 157: 154: 151: 148: 145: 142: 136: 108:This module is 102: 75: 62: 56: 45: 26: 20: 12: 11: 5: 11389: 11379: 11378: 10332:'<' 10147:'<' 4262:check_fraction 2251: 2179: 2178: 2176: 2175: 2170: 2159: 2156: 2155: 2152: 2151: 2148: 2147: 2143: 2142: 2140: 2139: 2134: 2129: 2123: 2121: 2119: 2118: 2113: 2108: 2103: 2097: 2094: 2093: 2090: 2084: 2077: 2076: 2074: 2071: 2068: 2058: 2057: 2054: 2053: 2049: 2048: 2045: 2044: 2041: 2035: 2034: 2031: 2025: 2024: 2022:end of a proof 2018: 2012: 2011: 1998: 1992: 1991: 1988: 1987: 1982: 1977: 1970: 1969: 1940: 1934: 1933: 1915: 1909: 1908: 1905: 1904: 1899: 1892: 1891: 1888: 1882: 1881: 1878: 1877: 1872: 1865: 1864: 1861: 1852: 1849: 1848: 1835: 1829: 1828: 1825: 1819: 1818: 1815: 1809: 1808: 1805: 1804: 1799: 1792: 1791: 1786: 1785: 1780: 1775: 1768: 1767: 1762: 1756: 1755: 1728: 1722: 1721: 1704::mw:Help:#expr 1700: 1690: 1689: 1684: 1683: 1682: 1677: 1672: 1667: 1659: 1658: 1644: 1632: 1629: 1628: 1615: 1614: 1611: 1610: 1606: 1605: 1602: 1601: 1598: 1592: 1591: 1588: 1582: 1581: 1578: 1572: 1571: 1565: 1559: 1558: 1551: 1545: 1544: 1541: 1535: 1534: 1528: 1519: 1516: 1515: 1512: 1506: 1505: 1500: 1494: 1493: 1490: 1484: 1483: 1471: 1465: 1464: 1452: 1446: 1445: 1438: 1426: 1423: 1422: 1412: 1411: 1408: 1407: 1404: 1403: 1401: 1400: 1395: 1390: 1385: 1380: 1375: 1370: 1365: 1360: 1355: 1350: 1334: 1332: 1328: 1327: 1325: 1324: 1319: 1313: 1308: 1302: 1300: 1292: 1291: 1289: 1288: 1285: 1274: 1273: 1271:Math templates 1268: 1267: 1260: 1253: 1245: 1238: 1235: 1191: 1188: 1185: 1181: 1180: 1177: 1174: 1171: 1126: 1106: 1104: 1101: 1098: 1097: 1094: 1090: 1089: 1086: 1082: 1081: 1078: 1074: 1073: 1070: 1066: 1065: 1062: 1058: 1057: 1054: 1050: 1049: 1046: 1042: 1027: 1016: 974: 962: 960: 957: 920: 908: 906: 903: 837: 825: 823: 820: 801: 776: 768: 766: 763: 719: 699: 697: 694: 651: 635: 633: 630: 591: 575: 573: 570: 531: 515: 513: 510: 467: 451: 449: 446: 407: 391: 389: 386: 355: 343: 341: 338: 310: 302: 300: 297: 289: 288: 285: 282: 219: 203: 195: 192: 141: 135: 132: 126: 125: 106: 94: 93: 86:module sandbox 66: 17: 16: 9: 6: 4: 3: 2: 11388: 11377: 11374: 11373: 11371: 11340: 11336: 11326: 11319: 11291: 11284: 11259: 11243: 11224: 11184: 11180: 11173: 11166: 11159: 11152: 11148: 11141: 11136:number_string 11125: 11121: 11114: 11107: 11087:number_string 11085: 11078: 11055:number_string 11050: 11042:number_string 11021:number_string 11015:number_string 11013: 10990:number_string 10984:number_string 10982: 10975: 10968: 10957:number_string 10955: 10942: 10935: 10915:number_string 10913: 10891: 10878: 10870:number_string 10823: 10804: 10797: 10793: 10785:number_string 10768: 10761: 10757: 10750: 10731: 10724: 10701:number_string 10683:number_string 10672: 10664:number_string 10652:number_string 10647: 10640: 10623:number_string 10612: 10604:number_string 10587: 10583: 10576: 10569: 10562: 10555: 10548: 10544: 10537: 10530: 10523: 10513: 10506: 10475: 10462: 10431: 10418: 10396: 10389: 10382: 10357: 10350: 10340: 10279: 10254: 10235: 10204: 10197: 10172: 10165: 10155: 10094: 10069: 10050: 10019: 9976: 9972: 9965: 9916: 9909: 9887: 9871: 9849: 9827: 9811: 9795: 9770: 9763: 9759: 9752: 9745: 9741: 9734: 9730: 9723: 9716: 9712: 9705: 9700:formatted_num 9695: 9691: 9684: 9661:formatted_num 9655:formatted_num 9653: 9649: 9642: 9614: 9607: 9567: 9548: 9541: 9522: 9515: 9511: 9504: 9497: 9471:formatted_num 9465:formatted_num 9463: 9456: 9443: 9424: 9405: 9398: 9391: 9365:formatted_num 9359:formatted_num 9357: 9353: 9346: 9333: 9314: 9301: 9297: 9265:formatted_num 9259:formatted_num 9257: 9226: 9207: 9188: 9178: 9159: 9152: 9148: 9143:formatted_num 9131:formatted_num 9129: 9122: 9106: 9099: 9067:formatted_num 9065: 9046: 9027: 8990: 8934:formatted_num 8923: 8916: 8912: 8905: 8892: 8885: 8872: 8853: 8846: 8842: 8832: 8800:formatted_num 8795: 8791: 8784: 8756: 8722: 8703: 8696: 8692: 8685: 8678: 8656: 8616: 8591: 8584: 8577: 8573: 8542: 8511: 8507: 8500: 8481: 8450: 8443: 8439: 8411: 8377: 8367: 8363: 8338: 8331: 8300: 8296: 8289: 8258: 8236: 8214: 8189: 8185: 8178: 8171: 8164: 8160: 8153: 8146: 8142: 8135: 8128: 8124: 8117: 8107: 8073: 8066: 8056: 8049: 8027: 8008: 8001: 7964: 7933: 7914: 7898: 7882: 7854: 7835: 7831: 7824: 7793: 7768: 7764: 7757: 7750: 7743: 7739: 7732: 7728: 7721: 7714: 7710: 7703: 7693: 7686: 7673: 7633: 7611: 7580: 7576: 7569: 7562: 7531: 7524: 7505: 7489: 7470: 7454: 7423: 7392: 7367: 7363: 7356: 7352: 7345: 7338: 7334: 7327: 7323: 7316: 7309: 7305: 7298: 7273: 7248: 7244: 7237: 7230: 7223: 7219: 7212: 7208: 7201: 7194: 7190: 7183: 7143: 7106: 7075: 7071: 7064: 7057: 7026: 7019: 7000: 6969: 6920: 6871: 6846: 6842: 6835: 6831: 6824: 6817: 6813: 6806: 6802: 6795: 6788: 6784: 6777: 6770: 6754: 6747: 6737: 6721: 6657: 6638: 6634: 6627: 6596: 6571: 6567: 6560: 6553: 6549: 6542: 6535: 6528: 6521: 6517: 6510: 6506: 6499: 6492: 6488: 6481: 6474: 6464: 6457: 6447: 6431: 6367: 6348: 6344: 6337: 6306: 6281: 6277: 6270: 6263: 6259: 6252: 6245: 6238: 6231: 6227: 6222:Finds the sum 6220: 6216: 6209: 6202: 6198: 6191: 6184: 6174: 6161: 6103: 6084: 6080: 6073: 6042: 6017: 6013: 6006: 5999: 5992: 5988: 5981: 5974: 5967: 5960: 5956: 5949: 5945: 5938: 5931: 5927: 5920: 5913: 5903: 5896: 5868: 5828: 5824: 5817: 5807: 5788: 5784: 5768: 5749: 5730: 5711: 5707: 5700: 5669: 5644: 5640: 5633: 5626: 5619: 5612: 5605: 5601: 5594: 5590: 5583: 5576: 5572: 5565: 5558: 5548: 5535: 5477: 5458: 5454: 5447: 5416: 5391: 5387: 5380: 5373: 5369: 5362: 5355: 5351: 5344: 5340: 5333: 5326: 5322: 5318: 5311: 5301: 5297: 5290: 5283: 5273: 5254: 5235: 5216: 5173: 5148: 5144: 5137: 5127: 5093: 5074: 5070: 5063: 5035: 4995: 4958: 4939: 4935: 4916: 4885: 4854: 4850: 4828: 4821: 4799: 4771: 4746: 4742: 4735: 4728: 4703: 4696: 4677: 4658: 4624: 4620: 4613: 4606: 4599: 4592: 4567: 4548: 4523: 4477: 4425: 4406: 4363: 4343:trap_fraction 4332: 4325: 4303: 4287: 4283: 4270: 4250:trap_fraction 4245: 4205: 4180: 4176: 4169: 4162: 4155: 4151: 4144: 4140: 4133: 4126: 4122: 4115: 4078: 4050: 4025: 4021: 4014: 4007: 3982: 3975: 3956: 3937: 3906: 3866: 3841: 3837: 3830: 3823: 3816: 3812: 3805: 3801: 3794: 3787: 3783: 3776: 3769: 3756: 3749: 3730: 3717: 3710: 3685: 3663: 3644: 3637: 3549: 3518: 3514: 3507: 3476: 3445: 3414: 3389: 3385: 3378: 3371: 3364: 3357: 3350: 3346: 3339: 3335: 3328: 3321: 3317: 3310: 3300: 3212: 3187: 3180: 3173: 3166: 3162: 3155: 3139: 3132: 3104: 3070: 3039: 3032: 3019: 3012: 2990: 2968: 2949: 2942: 2935: 2910: 2906: 2899: 2889: 2882: 2869: 2835: 2819: 2812: 2805: 2792: 2779: 2766: 2738: 2704: 2688: 2669: 2650: 2643: 2627: 2623: 2616: 2597: 2590: 2583: 2561: 2533: 2499: 2483: 2476: 2454: 2450: 2443: 2406: 2399: 2377: 2373: 2366: 2359: 2352: 2348: 2329: 2310: 2306: 2287: 2283: 2276: 2272: 2265: 2261: 2254: 2249: 2244: 2237: 2233: 2228: 2222: 2218: 2213: 2206: 2202: 2196: 2192: 2188: 2187:documentation 2174: 2171: 2169: 2161: 2160: 2157: 2138: 2135: 2133: 2130: 2128: 2125: 2124: 2122: 2117: 2114: 2112: 2109: 2107: 2104: 2102: 2099: 2098: 2096: 2095: 2091: 2088: 2087: 2082: 2078: 2072: 2069: 2066: 2063: 2059: 2042: 2040: 2037: 2036: 2032: 2030: 2027: 2026: 2023: 2019: 2017: 2014: 2013: 2004: 1999: 1997: 1994: 1993: 1989: 1986: 1983: 1981: 1978: 1976: 1973: 1972: 1971: 1964: 1941: 1939: 1936: 1935: 1916: 1914: 1911: 1910: 1906: 1903: 1900: 1898: 1895: 1894: 1893: 1889: 1887: 1884: 1883: 1879: 1876: 1873: 1871: 1868: 1867: 1866: 1862: 1860: 1857: 1856: 1853: 1845:\mathcal{...} 1841: 1836: 1834: 1831: 1830: 1826: 1824: 1821: 1820: 1816: 1814: 1811: 1810: 1806: 1803: 1800: 1798: 1795: 1794: 1793: 1790: 1787: 1784: 1781: 1779: 1776: 1774: 1771: 1770: 1769: 1766: 1763: 1761: 1758: 1757: 1750: 1743: 1729: 1727: 1724: 1723: 1705: 1702:calculations 1701: 1699: 1695: 1692: 1691: 1688: 1685: 1681: 1678: 1676: 1673: 1671: 1668: 1666: 1663: 1662: 1661: 1660: 1654:\displaystyle 1650: 1645: 1643: 1640: 1639: 1636: 1635: 1630: 1626: 1623:Notation and 1620: 1616: 1599: 1597: 1594: 1593: 1589: 1587: 1584: 1583: 1579: 1577: 1574: 1573: 1569: 1566: 1564: 1561: 1560: 1556: 1552: 1550: 1547: 1546: 1542: 1540: 1537: 1536: 1533: 1529: 1527: 1524: 1523: 1520: 1513: 1511: 1508: 1507: 1501: 1499: 1496: 1495: 1491: 1489: 1486: 1485: 1482:for infoboxes 1478: 1472: 1470: 1467: 1466: 1460: 1453: 1451: 1448: 1447: 1443: 1439: 1437: 1434: 1433: 1430: 1429: 1424: 1417: 1413: 1399: 1396: 1394: 1391: 1389: 1386: 1384: 1381: 1379: 1376: 1374: 1371: 1369: 1366: 1364: 1361: 1359: 1356: 1354: 1351: 1348: 1344: 1340: 1336: 1335: 1333: 1329: 1323: 1320: 1317: 1314: 1312: 1309: 1307: 1304: 1303: 1301: 1297: 1293: 1286: 1283: 1282: 1279: 1275: 1266: 1261: 1259: 1254: 1252: 1247: 1246: 1243: 1234: 1220:number_string 1202:number_string 1184: 1178: 1175: 1172: 1169: 1168: 1167: 1122: 1118: 1114: 1110: 1095: 1092: 1091: 1087: 1084: 1083: 1079: 1076: 1075: 1072:8,765.567000 1071: 1068: 1067: 1063: 1060: 1059: 1055: 1052: 1051: 1047: 1040: 1039: 1034: 1021: 1013: 1008: 970: 966: 956: 954: 916: 912: 902: 899: 889: 883: 877: 873: 869: 833: 829: 819: 817: 813: 807: 772: 762: 755:|r=1 751: 749: 715: 711: 707: 703: 693: 691: 647: 643: 639: 629: 587: 583: 579: 569: 527: 523: 519: 509: 507: 463: 459: 455: 445: 403: 399: 395: 385: 383: 378: 369:number_string 351: 347: 337: 336:of a number. 335: 306: 296: 294: 293:Module:Random 286: 283: 280: 279: 278: 215: 211: 207: 201: 200:Module:Random 191: 185: 179: 177: 173: 139: 131: 124:from editing. 123: 119: 115: 111: 107: 100: 99: 91: 87: 83: 79: 73: 72: 67: 60: 59: 54: 53:Template:Math 50: 42: 38: 34: 30: 11345:setmetatable 10713:'%S' 10598:_cleanNumber 10227:"" 10042:"" 8639:value_string 8425:_cleanNumber 8403:value_string 8397:_cleanNumber 8385:value_string 8317:value_string 8275:value_string 8219:value_string 7440:_cleanNumber 7409:_cleanNumber 6937:_cleanNumber 6888:_cleanNumber 5741:makeArgArray 5021:exponent_pos 4981:exponent_pos 4944:exponent_pos 4890:exponent_pos 4877:'%.' 4836:string.upper 4720:input_string 4663:input_string 4650:input_string 4644:_cleanNumber 4632:input_string 4626:input_number 4494:input_string 4436:input_string 4380:input_string 4275:input_number 4210:input_string 3999:input_number 3942:input_number 3929:input_string 3923:_cleanNumber 3911:input_number 3871:input_string 3462:_cleanNumber 3431:_cleanNumber 3050:table.remove 2960:makeArgArray 2752:_cleanNumber 2635:makeArgArray 2563:table.insert 2248: 2172: 2008:<math> 1965:}} 1961:{{ 1751:}} 1747:{{ 1741: 1510:miles-chains 1480:}} 1474:{{ 1462:}} 1456:{{ 1454:abbreviated 1358:decimal2Base 1349:}} 1346: 1342: 1337:{{ 1227: 1214:_cleanNumber 1182: 1165: 1120: 1116: 1112: 1108: 1030:}} 1022: 1014: 1010:}} 1004:{{ 1001: 988:value_string 968: 965:value_string 964: 950: 914: 910: 897: 887: 881: 875: 867: 864: 831: 827: 815: 805: 797: 770: 752: 746: 713: 709: 705: 701: 687: 645: 641: 637: 627: 585: 581: 577: 567: 525: 521: 517: 504:Returns the 503: 461: 457: 453: 443: 401: 397: 393: 379: 376: 349: 345: 331: 304: 290: 276: 213: 209: 205: 184:frame object 180: 175: 171: 165: 137: 129: 68: 48: 9575:'βˆ’' 9483:'0' 9377:'0' 8940:'E' 8928:string.find 8880:'βˆ’' 6114:binary_fold 5488:binary_fold 5205:'0' 5199:string.byte 4908:'E' 4584:denom_value 4553:denom_value 4540:denominator 4528:denom_value 4482:denominator 4442:'/' 4430:string.find 4386:'/' 4374:string.find 4237:'0' 3898:'0' 3761:math.random 3735:math.random 3690:math.random 3195:binary_fold 2191:transcluded 2173:Module:Math 1596:track gauge 1586:pop density 1469:convinfobox 1420:Conversions 1368:hexadecimal 1187:cleanNumber 712:|precision= 118:substituted 39:] [ 35:] [ 31:] [ 10305:string.sub 10120:string.sub 9477:string.rep 9371:string.rep 8900:'' 8770:_precision 8633:_precision 8528:_precision 7944:math.floor 7148:math.floor 5770:table.sort 5159:string.len 5107:string.len 5003:string.sub 4969:string.sub 4757:_precision 4714:_precision 4488:string.sub 4083:math.floor 3629:1000000000 3614:math.floor 2821:table.sort 2185:The above 1625:formatting 1568:hour angle 1555:hour angle 1378:quaternary 1322:percentage 1121:precision= 1015:Parameter 951:Finds the 382:E notation 363:_precision 198:See also: 112:. It is a 82:/testcases 49:formatting 10498:precision 10467:precision 10011:precision 9957:precision 9866:precision 9854:precision 9628:formatNum 9587:formatNum 9413:precision 9309:precision 9243:formatNum 9212:precision 9170:precision 9079:formatNum 9054:precision 9048:precision 8812:formatNum 8748:precision 8708:precision 8658:precision 8602:precision 8467:precision 8431:precision 8413:precision 8323:precision 8281:precision 8241:precision 7129:precision 7098:precision 7049:precision 6986:precision 6955:precision 6925:precision 6179:min_value 6166:min_value 6108:min_value 5553:max_value 5540:max_value 5482:max_value 4191:precision 4135:precision 2227:testcases 2127:metricate 2116:functions 2016:tombstone 1875:underline 1576:inflation 1398:vigesimal 1311:precision 1299:Functions 1284:Functions 1158:precision 1056:8,765.57 1043:precision 1028:precision 1017:precision 994:precision 969:precision 812:logarithm 739:precision 714:precision 706:precision 340:precision 269:max_value 263:min_value 245:max_value 214:max_value 210:min_value 206:max_value 122:protected 90:talk page 11370:Category 11229:function 11204:function 11093:tostring 10921:tostring 10899:tonumber 10779:tonumber 10658:tostring 10589:function 10262:tonumber 10077:tonumber 9978:function 9772:function 9593:math.abs 9271:zero_sep 9231:zero_sep 9085:math.abs 9004:math.pow 8967:math.abs 8818:math.abs 8302:function 8191:function 7990:quotient 7938:quotient 7859:function 7837:function 7770:function 7582:function 7369:function 7250:function 7117:math.pow 7077:function 6848:function 6680:function 6649:_average 6640:function 6607:_average 6573:function 6390:function 6350:function 6283:function 6120:function 6086:function 6019:function 5713:function 5646:function 5494:function 5460:function 5393:function 5055:exponent 5049:tonumber 4963:exponent 4807:tostring 4748:function 4534:tonumber 4182:function 4101:math.abs 4027:function 3843:function 3620:os.clock 3520:function 3391:function 3229:function 3192:function 2915:function 2632:function 2459:function 2382:function 2168:Category 2106:calculus 1963:fraction 1902:underset 1870:overline 1754:instead) 1742:standing 1726:fraction 1498:long ton 1488:bbl to t 1237:See also 1231:nil, nil 798:Returns 659:_average 78:/sandbox 11302:getArgs 11279:getArgs 11267:require 11261:getArgs 11251:getArgs 11198:__index 10883:success 10828:success 9987:_divide 9927:_divide 9895:require 9489:padding 9445:padding 9429:padding 9407:padding 9383:padding 9335:padding 9319:padding 9303:padding 9183:padding 8096:findGcd 7862:findGcd 7175:rescale 7160:rescale 7111:rescale 6582:average 6501:average 5722:_median 5680:_median 5122:decimal 5079:decimal 4859:decimal 4311:require 3605:os.time 3529:_random 3487:_random 2417:ustring 2298:getArgs 2234:| 2219:| 2212:sandbox 2205:history 2203:| 2073:Notices 1956:⁠ 1944:⁠ 1897:overset 1886:overarc 1833:mathcal 1760:intmath 1735:⁄ 1665:bra-ket 1642:bigmath 1563:hms2deg 1549:deg2hms 1539:deg2dms 1477:convert 1459:convert 1436:convert 1393:ternary 1363:hex2dec 1134:_divide 1048:Result 1033:gives: 917:|...}} 648:|...}} 632:average 588:|...}} 528:|...}} 475:_median 464:|...}} 404:|...}} 257:_random 239:_random 227:_random 152:require 37:history 11342:return 11293:return 11226:return 11130:number 11127:return 11099:number 10944:number 10927:number 10905:result 10893:number 10834:result 10809:number 10773:number 10733:return 10674:elseif 10649:return 10515:return 10486:_round 10477:return 10464:elseif 10442:_round 10433:return 10359:return 10342:return 10256:elseif 10237:return 10206:elseif 10174:return 10157:return 10071:elseif 10052:return 9918:return 9781:divide 9747:Usage: 9725:divide 9697:return 8736:_round 8559:_order 8483:return 8260:return 8166:Usage: 8112:result 8109:return 8078:result 8058:return 7795:return 7745:Usage: 7695:return 7533:return 7507:return 7491:elseif 7472:return 7340:Usage: 7275:return 7225:Usage: 7145:return 7086:_round 7037:_round 7028:return 7002:return 6819:Usage: 6756:return 6739:return 6698:return 6598:return 6523:Usage: 6466:return 6449:return 6408:return 6308:return 6233:Usage: 6176:return 6138:return 6044:return 5962:Usage: 5905:return 5870:return 5809:return 5671:return 5655:median 5607:Usage: 5585:median 5550:return 5512:return 5418:return 5357:Usage: 5306:result 5303:return 5275:return 5243:result 5237:result 5132:result 5129:return 5101:result 5095:result 5043:result 5037:result 4921:result 4705:return 4679:return 4569:return 4157:Usage: 4080:return 4067:return 4036:_order 3993:_order 3984:return 3958:return 3818:Usage: 3758:return 3732:return 3719:elseif 3702:second 3687:return 3674:second 3655:second 3541:second 3499:second 3478:return 3450:second 3400:random 3352:Usage: 3330:random 3302:return 3280:return 3271:return 3141:return 3087:ipairs 3007:return 2891:return 2852:ipairs 2602:unpack 2599:return 2423:format 2408:return 2240:pages. 1802:rdelim 1797:ldelim 1778:rangle 1773:langle 1708:⌈3.14βŒ‰ 1670:braket 1526:decdeg 1353:binary 1196:number 1117:round= 1103:divide 1064:8,800 872:modulo 810:, the 784:_log10 748:Rounds 727:_round 506:median 448:median 318:_order 194:random 174:odule 11308:frame 11235:frame 11186:local 11027:match 10996:match 10840:pcall 10825:local 10770:local 10423:round 10398:local 10005:round 9951:round 9945:yesno 9889:yesno 9879:yesno 9851:local 9844:round 9832:round 9829:local 9813:local 9797:local 9673:order 9634:order 9616:order 9599:order 9569:order 9553:order 9527:order 9228:local 9196:<= 9180:local 9108:order 9091:value 9060:order 9041:order 9019:order 8998:value 8992:value 8979:>= 8973:order 8858:value 8834:local 8824:value 8797:local 8776:value 8742:value 8724:value 8670:order 8645:>= 8621:order 8605:>= 8596:order 8565:value 8547:order 8544:local 8534:value 8513:local 8455:value 8379:value 8372:value 8369:local 8340:local 8238:local 8216:local 8084:count 8075:local 7935:local 7916:while 7900:local 7884:local 7856:local 7849:(...) 7647:<= 7613:local 7425:local 7394:local 7284:log10 7259:log10 7203:log10 7154:value 7108:local 7092:value 7043:value 6974:value 6922:local 6906:value 6876:value 6873:local 6857:round 6797:round 6765:count 6668:count 6659:local 6652:(...) 6378:count 6369:local 6362:(...) 6105:local 6098:(...) 5845:count 5793:count 5754:count 5751:local 5744:(...) 5732:local 5725:(...) 5479:local 5472:(...) 5262:<= 5175:while 5150:local 4960:local 4918:local 4887:local 4856:local 4578:log10 4525:local 4479:local 4365:local 4337:yesno 4305:yesno 4295:yesno 4272:local 4247:local 4207:local 4095:log10 3908:local 3868:local 3852:order 3796:order 3741:first 3722:first 3696:first 3671:<= 3668:first 3649:first 3599:pages 3593:stats 3575:edits 3569:stats 3535:first 3493:first 3447:local 3419:first 3416:local 3305:value 3217:value 3214:local 3189:local 3150:count 3041:local 2995:count 2973:count 2970:local 2963:(...) 2951:local 2912:local 2721:pairs 2690:local 2671:local 2661:{...} 2652:local 2638:(...) 2629:local 2516:pairs 2485:local 2456:local 2379:local 2331:local 2312:local 2292:yesno 2289:local 2193:from 2089:Boxes 2067:Boxes 2000:Wrap 1996:tmath 1938:sfrac 1840:LaTeX 1783:angbr 1749:sfrac 1698:floor 1388:roman 1373:octal 1193:local 1152:round 865:Gets 765:log10 733:value 710:value 702:value 696:round 299:order 166:(The 143:local 43:] 41:purge 27:[ 11296:wrap 11254:then 11154:--[[ 11073:then 11061:find 10977:else 10937:else 10886:then 10864:expr 10818:then 10719:then 10707:find 10677:type 10635:then 10617:type 10550:--[[ 10508:else 10470:then 10426:then 10391:else 10352:else 10335:then 10284:type 10274:then 10230:then 10167:else 10150:then 10099:type 10089:then 10045:then 9882:then 9860:args 9838:args 9822:args 9806:args 9787:args 9775:wrap 9765:--]] 9718:--[[ 9622:lang 9609:else 9581:lang 9562:then 9556:< 9536:then 9438:then 9432:> 9400:else 9328:then 9322:> 9237:lang 9221:then 9215:> 9202:then 9173:then 9167:< 9137:sign 9101:else 9073:lang 8985:then 8952:true 8894:sign 8887:else 8874:sign 8867:then 8861:< 8837:sign 8806:lang 8717:then 8711:< 8651:then 8611:then 8476:then 8343:lang 8247:args 8225:args 8206:args 8194:wrap 8130:--[[ 8102:...) 8090:fold 8061:oldr 8035:oldr 8029:oldr 8022:then 8016:< 8013:oldr 7984:oldr 7966:oldr 7950:oldr 7903:oldr 7846:_gcd 7816:args 7804:_gcd 7785:args 7773:wrap 7759:--]] 7716:--[[ 7668:then 7659:< 7591:_mod 7542:_mod 7526:else 7500:then 7465:then 7446:args 7415:args 7384:args 7372:wrap 7358:--]] 7311:--[[ 7290:args 7278:math 7265:args 7253:wrap 7196:--[[ 7021:else 6995:then 6949:args 6943:args 6900:args 6894:args 6863:args 6851:wrap 6837:--]] 6790:--[[ 6749:else 6732:then 6716:...) 6674:fold 6619:args 6588:args 6576:wrap 6494:--[[ 6469:sums 6459:else 6442:then 6439:sums 6426:...) 6384:fold 6372:sums 6359:_sum 6329:args 6317:_sum 6298:args 6286:wrap 6204:--[[ 6169:then 6156:...) 6144:< 6095:_min 6065:args 6053:_min 6034:args 6022:wrap 5933:--[[ 5908:vals 5898:else 5882:vals 5876:vals 5863:then 5839:_mod 5802:then 5776:vals 5763:vals 5735:vals 5692:args 5661:args 5649:wrap 5578:--[[ 5543:then 5530:...) 5518:> 5469:_max 5439:args 5427:_max 5408:args 5396:wrap 5328:--[[ 5268:then 5184:byte 5088:then 4953:then 4902:find 4871:find 4794:then 4776:type 4698:else 4672:then 4572:math 4562:then 4472:then 4460:true 4420:then 4398:true 4355:then 4349:true 4298:then 4256:args 4225:args 4219:args 4197:args 4185:wrap 4128:--[[ 4089:math 4064:then 3977:else 3951:then 3886:args 3880:args 3858:args 3846:wrap 3789:--[[ 3751:else 3725:then 3677:then 3658:then 3587:site 3563:site 3468:args 3437:args 3406:args 3394:wrap 3323:--[[ 3295:...) 3277:else 3268:then 3250:func 3223:fold 3207:...) 3201:func 3168:--[[ 3112:func 3093:vals 3056:vals 3004:then 2982:vals 2954:vals 2930:...) 2924:func 2918:fold 2877:args 2858:nums 2827:nums 2794:args 2781:nums 2774:then 2727:args 2674:nums 2655:args 2556:then 2538:type 2522:args 2468:args 2354:--[[ 2334:wrap 2256:--[[ 2232:edit 2225:and 2221:diff 2217:edit 2201:edit 2092:Tags 2070:Tags 2010:tags 1913:pars 1859:mvar 1823:math 1715:3.14 1694:ceil 1442:list 1093:-2.5 946:...) 928:_gcd 845:_mod 683:...) 623:...) 599:_sum 563:...) 539:_min 499:...) 439:...) 415:_max 47:For 33:edit 29:view 11328:end 11321:end 11286:end 11248:not 11143:end 11116:end 11109:end 10970:end 10963:nil 10950:nil 10852:ext 10815:nil 10752:end 10742:nil 10736:nil 10698:not 10539:end 10532:end 10525:end 10384:end 10362:err 10302:and 10259:not 10240:err 10215:nil 10199:end 10177:err 10117:and 10074:not 10055:err 10030:nil 9967:end 9911:end 9876:not 9707:end 9686:end 9644:end 9506:end 9499:end 9458:end 9393:end 9348:end 9277:sub 9249:1.1 9124:end 8961:nil 8907:end 8786:end 8687:end 8680:end 8502:end 8486:err 8473:nil 8461:nil 8358:(); 8291:end 8119:end 8068:end 8051:end 8003:end 7826:end 7779:gcd 7723:gcd 7705:end 7698:ret 7688:end 7675:ret 7656:ret 7653:and 7650:ret 7638:not 7616:ret 7571:end 7564:end 7510:err 7494:not 7475:err 7459:not 7378:mod 7318:mod 7300:end 7185:end 7166:0.5 7066:end 7059:end 7005:err 6992:nil 6980:nil 6779:end 6772:end 6759:sum 6729:sum 6726:not 6710:end 6662:sum 6629:end 6483:end 6476:end 6436:not 6420:end 6339:end 6292:sum 6211:sum 6193:end 6186:end 6150:end 6075:end 6028:min 5940:min 5922:end 5915:end 5819:end 5702:end 5567:end 5560:end 5524:end 5449:end 5402:max 5335:max 5313:end 5292:end 5285:end 5259:pos 5224:pos 5218:pos 5190:pos 5153:pos 5139:end 5085:nil 5065:end 4950:nil 4823:end 4737:end 4730:end 4682:err 4669:nil 4615:end 4608:end 4601:end 4594:end 4559:nil 4500:pos 4469:nil 4448:pos 4417:nil 4411:pos 4368:pos 4327:end 4292:not 4117:end 4110:))) 4073:end 4016:end 4009:end 3961:err 3948:nil 3778:end 3771:end 3712:end 3652:and 3509:end 3312:end 3289:end 3286:end 3157:end 3144:ret 3134:end 3124:val 3118:ret 3106:ret 3081:val 3072:for 3044:ret 3034:end 3021:nil 2901:end 2894:ret 2884:end 2871:ret 2846:num 2837:for 2814:end 2807:end 2706:for 2693:ret 2618:end 2608:ret 2592:end 2585:end 2569:ret 2501:for 2488:ret 2445:end 2435:msg 2391:msg 2385:err 2236:run 2189:is 2039:vec 2029:val 2006:in 2003:TeX 1980:sup 1975:sub 1813:abs 1680:ket 1675:bra 1649:TeX 1450:cvt 1316:val 1123:}} 1085:2.5 1007:Rnd 971:}} 905:gcd 834:}} 822:mod 814:of 800:log 773:}} 716:}} 572:sum 512:min 388:max 352:}} 307:}} 216:}} 80:or 11372:: 11357:mt 11311:)) 11276:). 11245:if 11189:mt 11175:]] 11052:if 11039:or 10880:if 10846:mw 10812:== 10806:if 10695:or 10689:~= 10629:== 10614:if 10578:]] 10420:if 10371:.. 10329:== 10296:== 10281:if 10224:== 10218:or 10212:== 10186:.. 10144:== 10111:== 10096:if 10039:== 10033:or 10027:== 10021:if 9954:), 9873:if 9676:.. 9670:.. 9664:.. 9602:)) 9578:.. 9550:if 9530:~= 9524:if 9474:.. 9451:20 9435:20 9426:if 9368:.. 9341:20 9325:20 9316:if 9268:.. 9209:if 9190:if 9161:if 9140:.. 9094:)) 9010:10 8964:or 8958:~= 8925:if 8855:if 8827:)) 8705:if 8664:13 8648:14 8618:if 8608:14 8593:if 8470:== 8464:or 8458:== 8452:if 8349:mw 8250:or 8228:or 8180:]] 8010:if 7928:do 7922:~= 7819:)) 7635:if 7456:if 7239:]] 7138:); 7132:or 7123:10 6989:== 6983:or 6977:== 6971:if 6958:or 6946:or 6909:or 6897:or 6723:if 6713:), 6677:(( 6622:)) 6562:]] 6537:OR 6433:if 6423:), 6387:(( 6332:)) 6272:]] 6247:OR 6163:if 6153:), 6117:(( 6068:)) 6008:]] 5976:OR 5857:== 5830:if 5796:== 5790:if 5695:)) 5635:]] 5621:OR 5537:if 5527:), 5491:(( 5442:)) 5382:]] 5256:if 5211:do 5196:== 5168:); 5082:~= 5076:if 4947:~= 4941:if 4788:== 4773:if 4666:== 4660:if 4653:); 4587:); 4556:~= 4550:if 4543:); 4518:); 4466:== 4427:if 4414:~= 4408:if 4401:); 4334:if 4289:if 4240:); 4234:or 4222:or 4171:]] 4058:== 4052:if 3945:== 3939:if 3932:); 3901:); 3895:or 3883:or 3832:]] 3764:() 3665:if 3646:if 3632:)) 3623:() 3608:() 3581:mw 3557:mw 3380:]] 3292:), 3247:if 3226:(( 3182:]] 3099:do 3084:in 2998:== 2992:if 2864:do 2849:in 2768:if 2733:do 2718:in 2699:{} 2680:{} 2550:== 2535:if 2528:do 2513:in 2494:{} 2411:mw 2368:]] 2340:{} 2321:{} 2278:]] 2197:. 1985:su 1710:, 1696:, 1383:rn 1345:to 1233:. 1208:mm 1128:mm 1080:0 1077:-6 1061:-2 976:mm 940:v2 934:v1 922:mm 915:v2 911:v1 901:. 839:mm 802:10 778:mm 721:mm 677:v3 671:v2 665:v1 653:mm 646:v3 642:v2 638:v1 617:v3 611:v2 605:v1 593:mm 586:v3 582:v2 578:v1 557:v3 551:v2 545:v1 533:mm 526:v3 522:v2 518:v1 493:v3 487:v2 481:v1 469:mm 462:v3 458:v2 454:v1 433:v3 427:v2 421:v1 409:mm 402:v3 398:v2 394:v1 357:mm 312:mm 295:. 251:mm 233:mm 230:() 221:mm 168:mm 146:mm 11360:) 11354:, 11351:p 11348:( 11331:} 11305:( 11299:( 11270:( 11264:= 11238:) 11232:( 11219:) 11216:k 11213:, 11210:t 11207:( 11201:= 11195:{ 11192:= 11133:, 11102:) 11096:( 11090:= 11070:) 11064:( 11058:: 11036:) 11030:( 11024:: 11018:= 11005:) 10999:( 10993:: 10987:= 10960:= 10947:= 10930:) 10924:( 10918:= 10908:) 10902:( 10896:= 10873:) 10867:, 10861:. 10855:. 10849:. 10843:( 10837:= 10831:, 10788:) 10782:( 10776:= 10745:; 10739:, 10716:) 10710:( 10704:: 10686:) 10680:( 10667:) 10661:( 10655:, 10626:) 10620:( 10607:) 10601:( 10595:. 10592:p 10518:z 10501:) 10495:, 10492:z 10489:( 10483:. 10480:p 10457:) 10454:0 10451:, 10448:z 10445:( 10439:. 10436:p 10413:y 10410:/ 10407:x 10404:= 10401:z 10377:) 10374:x 10365:( 10345:x 10326:) 10323:1 10320:, 10317:1 10314:, 10311:x 10308:( 10293:) 10290:x 10287:( 10271:) 10268:x 10265:( 10249:) 10243:( 10221:x 10209:x 10192:) 10189:y 10180:( 10160:y 10141:) 10138:1 10135:, 10132:1 10129:, 10126:y 10123:( 10108:) 10105:y 10102:( 10086:) 10083:y 10080:( 10064:) 10058:( 10036:y 10024:y 10014:) 10008:, 10002:, 9999:y 9996:, 9993:x 9990:( 9984:. 9981:p 9960:) 9948:( 9942:, 9939:y 9936:, 9933:x 9930:( 9924:. 9921:p 9904:) 9898:( 9892:= 9863:. 9857:= 9841:. 9835:= 9819:= 9816:y 9803:= 9800:x 9790:) 9784:( 9778:. 9658:= 9637:) 9631:( 9625:: 9619:= 9596:( 9590:( 9584:: 9572:= 9559:0 9533:0 9492:) 9486:, 9480:( 9468:= 9448:= 9416:- 9410:= 9386:) 9380:, 9374:( 9362:= 9338:= 9306:= 9292:) 9289:2 9286:, 9283:2 9280:( 9274:: 9262:= 9252:) 9246:( 9240:: 9234:= 9218:0 9199:0 9134:= 9117:; 9114:0 9111:= 9088:( 9082:( 9076:: 9070:= 9057:+ 9051:= 9038:+ 9032:= 9022:) 9016:- 9013:, 9007:( 9001:* 8995:= 8982:9 8976:) 8970:( 8955:) 8949:, 8946:1 8943:, 8937:, 8931:( 8897:= 8877:= 8864:0 8821:( 8815:( 8809:: 8803:= 8779:) 8773:( 8767:. 8764:p 8761:= 8751:) 8745:, 8739:( 8733:. 8730:p 8727:= 8673:; 8667:- 8661:= 8642:) 8636:( 8630:. 8627:p 8624:+ 8599:+ 8568:) 8562:( 8556:. 8553:p 8550:= 8537:) 8531:( 8525:. 8522:p 8519:= 8495:) 8489:( 8434:) 8428:( 8422:. 8419:p 8416:= 8406:) 8400:( 8394:. 8391:p 8388:= 8382:, 8352:. 8346:= 8326:) 8320:, 8314:( 8308:. 8305:p 8284:) 8278:, 8272:( 8266:. 8263:p 8253:0 8244:= 8231:0 8222:= 8209:) 8203:( 8197:. 8099:, 8093:( 8087:= 8081:, 8044:1 8041:- 8038:* 8032:= 8019:0 7996:r 7993:* 7987:- 7981:, 7978:r 7975:= 7972:r 7969:, 7959:) 7956:r 7953:/ 7947:( 7941:= 7925:0 7919:r 7909:a 7906:= 7893:b 7890:= 7887:r 7877:) 7874:b 7871:, 7868:a 7865:( 7843:. 7840:p 7813:( 7807:( 7801:. 7798:p 7788:) 7782:( 7776:. 7681:0 7678:= 7665:) 7662:y 7644:0 7641:( 7628:y 7625:% 7622:x 7619:= 7606:) 7603:y 7600:, 7597:x 7594:( 7588:. 7585:p 7557:) 7554:y 7551:, 7548:x 7545:( 7539:. 7536:p 7519:) 7513:( 7497:y 7484:) 7478:( 7462:x 7449:) 7443:( 7437:. 7434:p 7431:= 7428:y 7418:) 7412:( 7406:. 7403:p 7400:= 7397:x 7387:) 7381:( 7375:. 7293:) 7287:( 7281:. 7268:) 7262:( 7256:. 7178:; 7172:/ 7169:) 7163:+ 7157:* 7151:( 7135:0 7126:, 7120:( 7114:= 7101:) 7095:, 7089:( 7083:. 7080:p 7052:) 7046:, 7040:( 7034:. 7031:p 7014:) 7008:( 6964:) 6961:0 6952:. 6940:( 6934:. 6931:p 6928:= 6915:) 6912:0 6903:. 6891:( 6885:. 6882:p 6879:= 6866:) 6860:( 6854:. 6762:/ 6742:0 6707:b 6704:+ 6701:a 6695:) 6692:b 6689:, 6686:a 6683:( 6671:= 6665:, 6646:. 6643:p 6616:( 6610:( 6604:. 6601:p 6591:) 6585:( 6579:. 6452:0 6417:b 6414:+ 6411:a 6405:) 6402:b 6399:, 6396:a 6393:( 6381:= 6375:, 6356:. 6353:p 6326:( 6320:( 6314:. 6311:p 6301:) 6295:( 6289:. 6147:b 6141:a 6135:) 6132:b 6129:, 6126:a 6123:( 6111:= 6092:. 6089:p 6062:( 6056:( 6050:. 6047:p 6037:) 6031:( 6025:. 5891:2 5888:/ 5885:) 5879:+ 5873:( 5860:0 5854:) 5851:2 5848:, 5842:( 5836:. 5833:p 5812:0 5799:0 5779:) 5773:( 5760:# 5757:= 5738:= 5719:. 5716:p 5689:( 5683:( 5677:. 5674:p 5664:) 5658:( 5652:. 5521:b 5515:a 5509:) 5506:b 5503:, 5500:a 5497:( 5485:= 5466:. 5463:p 5436:( 5430:( 5424:. 5421:p 5411:) 5405:( 5399:. 5278:0 5265:0 5249:1 5246:- 5240:= 5230:1 5227:- 5221:= 5208:) 5202:( 5193:) 5187:( 5181:: 5178:x 5165:x 5162:( 5156:= 5119:- 5116:) 5113:x 5110:( 5104:+ 5098:= 5058:) 5052:( 5046:- 5040:= 5030:) 5027:1 5024:- 5018:, 5015:1 5012:, 5009:x 5006:( 5000:= 4997:x 4990:) 4987:1 4984:+ 4978:, 4975:x 4972:( 4966:= 4930:; 4927:0 4924:= 4911:) 4905:( 4899:: 4896:x 4893:= 4880:) 4874:( 4868:: 4865:x 4862:= 4845:) 4842:x 4839:( 4833:= 4830:x 4816:) 4813:x 4810:( 4804:= 4801:x 4785:) 4782:x 4779:( 4766:) 4763:x 4760:( 4754:. 4751:p 4723:) 4717:( 4711:. 4708:p 4691:) 4685:( 4647:( 4641:. 4638:p 4635:= 4629:, 4581:( 4575:. 4537:( 4531:= 4515:1 4512:- 4509:, 4506:1 4503:+ 4497:, 4491:( 4485:= 4463:) 4457:, 4454:1 4451:+ 4445:, 4439:, 4433:( 4395:, 4392:1 4389:, 4383:, 4377:( 4371:= 4352:) 4346:, 4340:( 4320:) 4314:( 4308:= 4278:; 4265:; 4259:. 4253:= 4231:x 4228:. 4216:( 4213:= 4200:) 4194:( 4188:. 4107:x 4104:( 4098:( 4092:. 4086:( 4070:0 4061:0 4055:x 4045:) 4042:x 4039:( 4033:. 4030:p 4002:) 3996:( 3990:. 3987:p 3970:) 3964:( 3926:( 3920:. 3917:p 3914:= 3892:x 3889:. 3877:( 3874:= 3861:) 3855:( 3849:. 3744:) 3738:( 3705:) 3699:, 3693:( 3626:* 3617:( 3611:+ 3602:+ 3596:. 3590:. 3584:. 3578:+ 3572:. 3566:. 3560:. 3554:( 3544:) 3538:, 3532:( 3526:. 3523:p 3502:) 3496:, 3490:( 3484:. 3481:p 3471:) 3465:( 3459:. 3456:p 3453:= 3440:) 3434:( 3428:. 3425:p 3422:= 3409:) 3403:( 3397:. 3283:b 3274:a 3265:) 3262:b 3259:, 3256:a 3253:( 3244:) 3241:b 3238:, 3235:a 3232:( 3220:= 3204:, 3198:( 3147:, 3127:) 3121:, 3115:( 3109:= 3096:) 3090:( 3078:, 3075:_ 3065:) 3062:1 3059:, 3053:( 3047:= 3027:0 3024:, 3001:0 2979:# 2976:= 2957:= 2927:, 2921:( 2874:= 2861:) 2855:( 2843:, 2840:i 2830:) 2824:( 2800:v 2797:= 2787:k 2784:= 2771:v 2761:) 2758:v 2755:( 2749:. 2746:p 2743:= 2740:v 2730:) 2724:( 2715:v 2712:, 2709:k 2696:= 2677:= 2658:= 2611:) 2605:( 2578:) 2575:v 2572:, 2566:( 2547:) 2544:k 2541:( 2525:) 2519:( 2510:v 2507:, 2504:k 2491:= 2471:) 2465:( 2438:) 2432:, 2426:( 2420:. 2414:. 2394:) 2388:( 2337:= 2318:= 2315:p 2295:, 2245:. 2238:) 2230:( 2223:) 2215:( 2207:) 2199:( 1968:) 1953:5 1950:/ 1947:3 1929:) 1925:βˆ‘ 1921:( 1737:5 1733:3 1717:βŒ‹ 1713:⌊ 1444:) 1347:Y 1343:X 1341:| 1264:e 1257:t 1250:v 1223:) 1217:( 1211:. 1205:= 1199:, 1161:) 1155:, 1149:, 1146:y 1143:, 1140:x 1137:( 1131:. 1119:| 1115:| 1113:y 1111:| 1109:x 1069:6 1053:2 997:) 991:, 985:( 979:. 967:| 943:, 937:, 931:( 925:. 913:| 898:y 893:0 888:y 882:x 876:y 868:x 860:) 857:y 854:, 851:x 848:( 842:. 832:y 830:| 828:x 816:x 808:) 806:x 804:( 793:) 790:x 787:( 781:. 771:x 742:) 736:, 730:( 724:. 704:| 680:, 674:, 668:, 662:( 656:. 644:| 640:| 620:, 614:, 608:, 602:( 596:. 584:| 580:| 560:, 554:, 548:, 542:( 536:. 524:| 520:| 496:, 490:, 484:, 478:( 472:. 460:| 456:| 436:, 430:, 424:, 418:( 412:. 400:| 396:| 372:) 366:( 360:. 350:n 346:n 327:) 324:n 321:( 315:. 305:n 272:) 266:, 260:( 254:. 248:) 242:( 236:. 224:. 212:| 188:_ 176:M 172:M 161:) 155:( 149:= 74:. 55:.

Index

view
edit
history
purge
Template:Math
1,600,000+ pages, or roughly 3% of all pages
/sandbox
/testcases
module sandbox
talk page
subject to page protection
highly visible module
substituted
protected
frame object
Module:Random
Module:Random
order of magnitude
E notation
median
arithmetic mean
Rounds
logarithm
modulo
greatest common divisor
Rnd
v
t
e
elementary arithmetic

Text is available under the Creative Commons Attribution-ShareAlike License. Additional terms may apply.

↑