big float variable (visibility)

You can just use what I put previously to write a function print_it(x::BigFloat).
Probably it’s not worth messing with anything internal.

MPFR is the [underlying library(GNU MPFR - Wikipedia) that Julia wraps for BigFloat functionality.

Somebody else will have to chime in about why those libraries are not available – presumably it’s a Windows issue.