Bob Humphreys (athlete)

Bob Humphreys (born March 30, 1936) is a retired male track and field athlete from the United States. He competed in the men's discus throw and the shot put event during his career. His career highlight was a gold medal in the discus at the 1963 Pan American Games. He later went on to compete in masters athletics and took a bronze medal in the 1987 World Championship weight pentathlon.[1]

Bob Humphreys
Personal information
Born (1936-03-30) March 30, 1936

Personals bests

  • Shot Put 17.88 metres (Los Angeles, May 20, 1960)
  • Discus Throw 62.00 metres (Long Beach, July 14, 1962)
gollark: import Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '
gollark: 3.1 Using 2x2 matricesThe argument of iterateabove is a linear transformation, so we can represent it as matrix and compute the nth power of this matrix with O(log n) multiplications and additions.For example, using the simple matrix implementation in Prelude extensions,fib n = head (apply (Matrix [[0,1], [1,1]] ^ n) [0,1])
gollark: 0, 1, 1, 2, 3...
gollark: d o n ' t c h a n g e p e r
gollark: e v i l

References

  1. WORLD MASTERS (VETERANS) CHAMPIONSHIPS (MEN). GBR Athletics. Retrieved on 2010-10-30.




This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.