Skip to content

Instantly share code, notes, and snippets.

@rodolfobandeira
Created January 21, 2015 19:28
Show Gist options
  • Save rodolfobandeira/a7593b303facfdddd69e to your computer and use it in GitHub Desktop.
Save rodolfobandeira/a7593b303facfdddd69e to your computer and use it in GitHub Desktop.
<?php
echo (int) bcmul(bcadd('0.1', '0.7', '2'), '10', '2');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment