mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			488 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			488 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <style>
 | |
|     * {
 | |
|         width: 0px;
 | |
|         height: 0px;
 | |
|     }
 | |
|     .pow {
 | |
|         width: calc(10px * pow(2, 3));
 | |
|     }
 | |
|     .sqrt {
 | |
|         width: calc(10px * sqrt(100));
 | |
|     }
 | |
|     .hypot {
 | |
|         width: hypot(72px, 96px)
 | |
|     }
 | |
|     .log {
 | |
|         width: round(up, calc(100px * log(4.055)), 10px);
 | |
|     }
 | |
|     .exp {
 | |
|         width: round(up, calc(1px * exp(5.05)), 10px);
 | |
|     }
 | |
| </style><div class="pow"><div class="sqrt"><div class="hypot"><div class="log"><div class="exp">
 | 
