The mpmath library appears to be installed along with the rest of python been trying:
from mpmath import *
then think
x= mpf (65455213.0)
etc could be miles off. Ultimately I need very accurate operations on very long numbers, time is not the primary concern. What is the correct syntax to declare numbers like this along with operations.