90,866
edits
(Created page with '<noinclude>{{Documentation subpage}}</noinclude> <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> ==Purpose== Determines whether something is valid in a …') |
(add cat) |
||
Line 3: | Line 3: | ||
==Purpose== | ==Purpose== | ||
Determines whether something is valid in a certain context. Currently only implemented for determining if a number is within the precision that | Determines whether something is valid in a certain context. Currently only implemented for determining if a number is within the precision that expressions can handle. | ||
==Returns== | ==Returns== | ||
'''true''' if the argument is valid, '''false''' if it is not. | '''true''' if the argument is valid, '''false''' if it is not. | ||
Line 20: | Line 20: | ||
<includeonly> | <includeonly> | ||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | <!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> | ||
[[Category:Metatemplates|{{PAGENAME}}]] | |||
</includeonly> | </includeonly> |
edits