mirror of
https://github.com/anoma/juvix.git
synced 2024-12-12 04:43:18 +03:00
6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
|
-- Fields
|
||
|
|
||
|
def f := \x \y fsub 0F (fadd x (fmul y (fdiv 1F x)));
|
||
|
|
||
|
f 10F 7F
|