heptagon/examples/extern_C/imports.ept
2010-07-27 11:32:58 +02:00

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