Files
modeling-app/docs/kcl/legAngX.md
Nick Cameron 1104d908c0 Improve hover tool tips and function docs (#5538)
* Improve hover tool tips and function docs

Signed-off-by: Nick Cameron <nrc@ncameron.org>

* A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores)

* A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores)

---------

Signed-off-by: Nick Cameron <nrc@ncameron.org>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-27 22:03:37 +13:00

467 B

title, excerpt, layout
title excerpt layout
legAngX Compute the angle of the given leg for x. manual

Compute the angle of the given leg for x.

legAngX(
  hypotenuse: number,
  leg: number,
) -> number

Tags

  • utilities

Arguments

Name Type Description Required
hypotenuse number Yes
leg number Yes

Returns

number

Examples

legAngX(5, 3)