Yngvarr

Generation

generate functionWed, 25 Jan 2023

обратны процент

<?php function reverse_percent($number, $percent) { $result = $number / (100 + $percent) * 100; return $result; } ?>

Questions about programming?Chat with your personal AI assistant