Previous Up Next

BigMul
Perform the product of two big numbers.

BigN BigMul (
BigN _x_
BigN _y_
)
Parameters

_x_
any big number
_y_
any big number
Return value

_x_*_y_

Error :