multiplication
Reference
The multiplication
function will multiply the two values together and return the value.
Parameters
Will accept a list
of 2 float
or int
2 types.
Returns
Returns a float
.
The multiplication
function will multiply the two values together and return the value.
Will accept a list
of 2 float
or int
2 types.
Returns a float
.