heptagon/examples/extern_C/imports.ept

11 lines
130 B
Plaintext
Raw Normal View History

open Mathext
fun f(a:float) returns (o:float)
let
o = mycos(a);
2010-07-27 11:32:58 +02:00
tel
node g(a:float) returns (o:float)
let
o = st_cos(a);
tel