Skip to content

Instantly share code, notes, and snippets.

@ruediger
Created May 1, 2009 22:57
Show Gist options
  • Save ruediger/105308 to your computer and use it in GitHub Desktop.
Save ruediger/105308 to your computer and use it in GitHub Desktop.
flusspferd.gmp example
gmp = require('gmp')
var f = gmp.Float(2);
f.get_int();
f.sqrt().get_double();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment