heptagon/examples/extern_C/imports.ept

11 lines
130 B
Plaintext

open Mathext
fun f(a:float) returns (o:float)
let
o = mycos(a);
tel
node g(a:float) returns (o:float)
let
o = st_cos(a);
tel