function conv( val, _from, _to ) {
	return prepare_out( ( _from.value / _to.value ) * prepare_in( val ) );
}
