scale ( a/b c/d -- a*d b*c )


Vocabulary
math.ratios.private

Inputs
a/ban object
c/dan object


Outputs
a*dan object
b*can object


Definition