fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 305: Calculate exponentiation of real numbers
Idiom # 305: Calculate exponentiation of real numbers
See
programming-idioms.org
:
Code
say "{a**b}, {a**n.as_f64}"
What are effects?
Runnable Example
ex305 is a f64 := 12.0 b f64 := 0.57721 n i32 := 3 say "{a**b}, {a**n.as_f64}"
What are effects?
last changed: 2024-07-01
next: NYI: Idiom # 306: Ensure list capacity