* updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * more link Signed-off-by: Jess Frazelle <github@jessfraz.com> * better highlighting Signed-off-by: Jess Frazelle <github@jessfraz.com> * better highlighting Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
		
			
				
	
	
	
		
			303 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			303 B
		
	
	
	
	
	
	
	
title, excerpt, layout
| title | excerpt | layout | 
|---|---|---|
| log10 | Computes the base 10 logarithm of the number. | manual | 
Computes the base 10 logarithm of the number.
log10(num: number) -> number
Examples
const myVar = log10(4)
Arguments
num:number(REQUIRED)
Returns
number