Handbook
Glossary
P_m ( m -- P_m )
Vocabulary
project-euler
.
190
Inputs
m
an
object
Outputs
P_m
an
object
Definition
USING:
math
math.functions
project-euler.190.private
ranges
;
IN:
project-euler.190
::
P_m
( m -- P_m )
m
[1..b]
[|
i | 2 i
*
m 1
+
/
i
^
]
PI
;