二つの数値を乗算する。
使い方
Source
multiply( a, b, )
a: float
第一オペランド。
b: float
第二オペランド。
float
a と b の積。
add(), divide()