fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.
Fuzion
•
Idioms
•
Idiom # 236: Large quotient
Idiom # 236: Large quotient
See
programming-idioms.org
:
Code
q := a ⁄ b
What are effects?
Running examples
ex226 is # all numbers are prime numbers a := int 7 * int 688846502588399 b := int 7 * "162259276829213363391578010288127".parse_int.val q := a ⁄ b say q
What are effects?
last changed: 2024-07-01
next: Idiom # 237: Xor integers