mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			314 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			314 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "name": "log10",
 | 
						|
  "type": "function",
 | 
						|
  "description": "Returns the value of the base 10 logarithm of the passed expression.",
 | 
						|
  "arguments": [ {"arg":"value","description":"any positive number"}],
 | 
						|
  "examples": [
 | 
						|
	{ "expression":"log10(1)", "returns":"0"},
 | 
						|
	{ "expression":"log10(100)", "returns":"2"}
 | 
						|
  ]
 | 
						|
}
 |