Skip to main content
deleted 305 characters in body
Source Link

PHP, 47 39 bytes

function a($b,$c){return round($b,$c);}

Try it online!


PHP, 16 bytes

16 Bytes if not a function

<?=round($a,$b);

Try it online!

PHP, 47 39 bytes

function a($b,$c){return round($b,$c);}

Try it online!


PHP, 16 bytes

16 Bytes if not a function

<?=round($a,$b);

Try it online!

PHP, 47 39 bytes

function a($b,$c){return round($b,$c);}

Try it online!

added 307 characters in body
Source Link

PHP, 47 39 bytes

function a($b,$c){return round($b,$c);}

Try it online!


PHP, 16 bytes

16 Bytes if not a function

<?=round($a,$b);

Try it online!

PHP, 47 39 bytes

function a($b,$c){return round($b,$c);}

Try it online!

PHP, 47 39 bytes

function a($b,$c){return round($b,$c);}

Try it online!


PHP, 16 bytes

16 Bytes if not a function

<?=round($a,$b);

Try it online!

deleted 9 characters in body
Source Link

PHP, 4747 39 bytes

function a($b,$c){return number_formatround($b,$c);}

Try it online!Try it online!

PHP, 47 bytes

function a($b,$c){return number_format($b,$c);}

Try it online!

PHP, 47 39 bytes

function a($b,$c){return round($b,$c);}

Try it online!

Source Link
Loading