fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 201: Euclidean norm
Idiom # 201: Euclidean norm
See
programming-idioms.org
:
Code
Code input
n := data.euclidean_norm
What are effects?
Running example
Code input
ex => data := [3.0, 4.0] n := data.euclidean_norm say n
What are effects?
last changed: 2025-05-13
next: Idiom # 202: Sum of squares