732 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			732 B
		
	
	
	
	
	
	
	
title, subtitle, excerpt, layout
| title | subtitle | excerpt | layout | 
|---|---|---|---|
| legAngY | Function in std::math | Compute the angle of the given leg for y. | manual | 
Compute the angle of the given leg for y.
legAngY(
  hypotenuse: number,
  leg: number,
): number
Arguments
| Name | Type | Description | Required | 
|---|---|---|---|
hypotenuse | 
number | 
The length of the triangle's hypotenuse | Yes | 
leg | 
number | 
The length of one of the triangle's legs (i.e. non-hypotenuse side) | Yes | 
Returns
number - A number
Examples
legAngY(hypotenuse = 5, leg = 3)