Other mathematical operations, such as logarithms and trigonometric functions are to be done with table look up and interpolation, possibly biquadratic.
2.
To implement multiplication as a sequence of table look ups for the log g ( x ) and g ( x ) functions and an integer addition operation.