-
Notifications
You must be signed in to change notification settings - Fork 4
compute hypot
kgryte edited this page May 12, 2015
·
1 revision
Computes the hypotenuse of a right triangle.
var a = 10,
b = 12;
var c = compute.hypot( a, b );
- Utilities
- Array Creation
- Sorting and Reshaping Arrays
- Special Functions
- Arithmetic
- Relational Operations
- Logical Operations
- Trigonometry
- Geometry
- Sets
- Discrete Mathematics
- Linear Algebra
- Statistics