Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. val test :(Double => Double) = (value: Double) =>
  2. {
  3. if(value >= 45 && value <= 62) 1
  4. else 0
  5. }
  6.  
  7. col normal_range
  8. 1 55 to 100
  9. 2 145 to 200
  10. 3 0.2 to 3
  11. . .
  12. . .
  13. . .
  14. 39 1.5 - 3.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement