* DecimalMul multiplies two decimals. from1, from2 - factors to - product RETURN VALUE E_DEC_OK/E_DEC_TRUNCATED/E_DEC_OVERFLOW; NOTES in this implementation, with wordSize=4 we have digitsPerWord=9, and 63-digit number will take only 7 words (basically a 7-digit
(from1, from2, to *MyDecimal)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected
searching dependent graphs…