Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Air Density Calculator
#4
Macro Macro1570
Code:
Copy      Help
;function calc_airdensity() {
;
;var temp , pressure , humidity , altitude , spm ;
;
;spm_calc = 0;
;
;temp = eval(document.airdensity_form.Tf.value);

double temp pressure humidity altitude spm spm_calc
temp=10.5 ;;assign some values to the variables

;...

;Am = altitude * 12 * 2.54 / 100

double Am = altitude * 12 * 2.54 / 100

;...

;convert Math.exp(-Am / 7000) to exp(-Am/7000)
;...
;convert Math.log(E) to log(E)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)