#define METRES_TO_FEET(%0) \ ( ( %0 ) / 0.3047999995367040007042099189296 )new altitude = floatround( METRES_TO_FEET( 500 ) );