Ken
unread,Apr 10, 2012, 7:51:05 PM4/10/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mpmath
Is there a way to get various machine precision parameters for the
currrent precision in mpmath? I know these parameters can be queried
for standard precision Python using the sys module. For mpmath, I
know you can get eps, digits, and precision, but is there a way to get
other values like Huge, Tiny, Minexponent, Maxexponent, etc.?
Ken