mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	bpo-35904: Add missing fmean() entry to the summary table (GH-12919)
This commit is contained in:
		
							parent
							
								
									39baace622
								
							
						
					
					
						commit
						7280048690
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -11,6 +11,7 @@ | |||
| Function            Description | ||||
| ==================  ================================================== | ||||
| mean                Arithmetic mean (average) of data. | ||||
| fmean               Fast, floating point arithmetic mean. | ||||
| geometric_mean      Geometric mean of data. | ||||
| harmonic_mean       Harmonic mean of data. | ||||
| median              Median (middle value) of data. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Raymond Hettinger
						Raymond Hettinger