Multiply the first number by each digit of the second number
Write the first partial product under the corresponding digit
Shift each next partial product one place to the left
Add all partial products to get the final result
Check the sign: result is positive if signs match, negative if signs differ
Handle decimals by counting total decimal places in the factors, then place the decimal that many places in the product
