* 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>
333 B
333 B
title, excerpt, layout
title | excerpt | layout |
---|---|---|
legLen | Returns the length of the given leg. | manual |
Returns the length of the given leg.
legLen(hypotenuse: number, leg: number) -> number
Examples
legLen(5, 3)
Arguments
hypotenuse
:number
(REQUIRED)leg
:number
(REQUIRED)
Returns
number