digit( 30 ) ; // 1/3 + (1/7) i varcomplex c = 1.0vf/3.0vf + 1.0vf/7.0vf * VCI ; varfloat re = re( c ) ; // Get the real part of c varfloat im = im( c ) ; // Get the imaginal part of c println( re ) ; println( im ) ;