Difference between revisions of "Divisors Command"

From GeoGebra Manual
Jump to: navigation, search
(Autogenerated from properties)
 
(command syntax: changed [ ] into ( ))
 
(20 intermediate revisions by 8 users not shown)
Line 1: Line 1:
+
<noinclude>{{Manual Page|version=5.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
<noinclude>{{Manual Page|version=4.0}}</noinclude>
+
{{command|algebra}}
{{command|CAS}}
+
;Divisors( <Number> )
;Divisors[ <Number> ]
+
:Calculates the number of all the positive divisors, including the number itself.
:{{description}}
+
:{{example|1=<code><nowiki>Divisors(15)</nowiki></code> yields ''4'', the number of all positive divisors of ''15'', including ''15''.}}
 +
==CAS Syntax==
 +
;Divisors( <Number> )
 +
:Calculates the number of all the positive divisors, including the number itself.
 +
:{{example|1=<code><nowiki>Divisors(15)</nowiki></code> yields ''4'', the number of all positive divisors of ''15'', including ''15''.}}
 +
{{note| 1=See also [[DivisorsList Command]] and [[DivisorsSum Command]].}}

Latest revision as of 11:46, 5 October 2017


Divisors( <Number> )
Calculates the number of all the positive divisors, including the number itself.
Example: Divisors(15) yields 4, the number of all positive divisors of 15, including 15.

CAS Syntax

Divisors( <Number> )
Calculates the number of all the positive divisors, including the number itself.
Example: Divisors(15) yields 4, the number of all positive divisors of 15, including 15.
© 2024 International GeoGebra Institute