Skip to content

Instantly share code, notes, and snippets.

@Toasterson

Toasterson/tmp Secret

Created June 2, 2019 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Toasterson/b4eca9001bead69e248afe1ff42ed82d to your computer and use it in GitHub Desktop.
Save Toasterson/b4eca9001bead69e248afe1ff42ed82d to your computer and use it in GitHub Desktop.
root@node01:~# ISALIST=i386 /usr/perl5/5.22/bin/perl -MPOSIX -e 'print tanh(-1) . "\n"'
-0.761594155955765
root@node01:~# ISALIST=i386 /usr/perl5/5.24/bin/perl -MPOSIX -e 'print tanh(-1) . "\n"'
-0.761594155955765
root@node01:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment