mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Add markup for base parameter
This commit is contained in:
		
							parent
							
								
									046b8a7244
								
							
						
					
					
						commit
						212b43f90c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -87,8 +87,8 @@ Return \code{\var{x} * (2**\var{i})}. | |||
| \end{funcdesc} | ||||
| 
 | ||||
| \begin{funcdesc}{log}{x\optional{, base}} | ||||
| Returns the logarithm of \var{x} to the given base. | ||||
| If the base is not specified, returns the natural logarithm of \var{x}. | ||||
| Returns the logarithm of \var{x} to the given \var{base}. | ||||
| If the \var{base} is not specified, returns the natural logarithm of \var{x}. | ||||
| \versionchanged[\var{base} argument added]{2.3} | ||||
| \end{funcdesc} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Neal Norwitz
						Neal Norwitz