Handbook
Glossary
performance ( seq -- newseq )
Vocabulary
math
.
finance
Inputs
seq
an
object
Outputs
newseq
an
object
Definition
USING:
kernel
math
sequences
;
IN:
math.finance
:
performance
( seq -- newseq )
dup
first
[
[
-
]
[
/f
]
bi
100
*
]
curry
map
;