Template:Factorization: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
Created page with "<includeonly>{{#invoke:Utils|prime_factorization|{{{1|12}}}}}</includeonly><noinclude> This template returns the prime factorization for a given integer. == Usage == ; Y..."
 
ArrowHead294 (talk | contribs)
No edit summary
Line 2: Line 2:
This template returns the [[prime factorization]] for a given integer.  
This template returns the [[prime factorization]] for a given integer.  


== Usage ==
{{doc}}
; You type
: <code><nowiki>{{factorization|270}}</nowiki></code>
 
; You get
: {{{{PAGENAME}}|270}}
 
== See also ==
* [[Module:Utils]] – the module that implements the functionality
 
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 00:50, 22 May 2024

This template returns the prime factorization for a given integer.

Template:Doc