Code covered by the BSD License
function [au] = in2au(in) % Convert length from inches to astronomical units. % Chad Greene 2012 au = in*1.697885129158e-13;
Contact us