<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm currently working with the GMP-library in C in 
order to calculate large and very small numbers. I calculated a value of type 
mpz_t and another one of type mpf_t. I need to multiply these two values. Since 
there is no GMP-function to multiply these two data types, I thought of 
converting the mpz_t into the&nbsp;mpf_t, as it is&nbsp;very common in C. 
Unfortunately, I couldn't find any way to do this in the manual. </FONT></DIV>
<DIV><FONT face=Arial size=2>Is there anyone who could help me? </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I would really appreciate your 
support.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Best regards,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Mehrnoush Rahmani</FONT></DIV></BODY></HTML>