dupFract static method

MathFract dupFract(
  1. MathFract x
)

Implementation

static MathFract dupFract( MathFract x ){
	return setFract( MathFract(), x._mi, x._nu, x._de );
}