floatToValue static method

MathValue floatToValue(
  1. double x
)

Implementation

static MathValue floatToValue( double x ){
	return MathValue().setFloat( x );
}