Handbook
Glossary
color-fraction ( particle -- particle fraction )
Vocabulary
bubble-chamber
Inputs
particle
an
object
Outputs
particle
an
object
fraction
an
object
Definition
USING:
accessors
kernel
math
math.constants
;
IN:
bubble-chamber
:
color-fraction
( particle -- particle fraction )
dup
theta>>
pi
+
2
pi
*
/
;