Gerald Brennan (footballer)
Gerald Brennan (born 26 June 1938) is a former Australian rules footballer who played with South Melbourne in the Victorian Football League (VFL).[1]
Gerald Brennan | |||
---|---|---|---|
Personal information | |||
Full name | Gerald Brennan | ||
Date of birth | 26 June 1938 | ||
Original team(s) | Ararat | ||
Height | 173 cm (5 ft 8 in) | ||
Weight | 76 kg (168 lb) | ||
Playing career1 | |||
Years | Club | Games (Goals) | |
1958, 1960 | South Melbourne | 7 (3) | |
1 Playing statistics correct to the end of 1960. | |||
Sources: AFL Tables, AustralianFootball.com |
Notes
- Holmesby, Russell; Main, Jim (2014). The Encyclopedia of AFL Footballers: every AFL/VFL player since 1897 (10th ed.). Seaford, Victoria: BAS Publishing. p. 92. ISBN 978-1-921496-32-5.
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
External links
- Gerald Brennan's playing statistics from AFL Tables
- Gerald Brennan at AustralianFootball.com
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.