Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. >>> from julia.api import LibJulia
  2. >>> api = LibJulia.load()
  3. >>> api.init_julia()
  4. >>> from julia import Main
  5. >>> Main.sind(10)
  6. 0.17364817766693036
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement