Advertisement
lobeteperrete

Untitled

Mar 20th, 2020
2,714
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 0.38 KB | None | 0 0
  1. package ecuaciones is
  2.    
  3.    type datos_aux is array (0..3) of Float;
  4.    
  5.     b: constant float := 0.13 ;
  6.     l: constant float := 15.00;
  7.     h: constant float := 4.00;
  8.     c: constant float := 1080000.00;
  9.     cp:constant float := 4190.00;
  10.     p: constant float := 975.00;
  11.    
  12.    function ec(ST1k, SR1, ST4, SC1, ST2k, ST3, SC2 : float) return datos_aux;
  13.    
  14.  
  15. end ecuaciones;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement