![]() | ![]() | ![]() | *% | ![]() |
| [Function] |
Purpose
Returns the product of
Package :gbbopen-tools
Module :gbbopen-tools
Arguments and values
pseudo-probability | A fixnum pseudo-probability
| |
pseudo-probability-product | A fixnum |
Returns
The fixnum
pseudo-probability product of
See also
/%
pprob2prob
prob2pprob
Examples
> (* 0.6 0.7) 0.42000002 > (*% 600 700) 420 > (* 0.6 0.7 0.8) 0.33600003 > (*% 600 700 800) 336 > (*%) 1000 >
The GBBopen Project
![]() | ![]() | ![]() | *% | ![]() |