Calculation decimal in php | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Calculation decimal in php

How to make décimal calculation in php .... 250 - 12,5 .... ??? Without using number format

10th Feb 2020, 8:29 AM
Jàmél Mouhib
Jàmél Mouhib - avatar
1 ответ
0
Can you elaborate more on what it is you are trying to do? I fail to understand why `number_format` should not be an option here. Why can't you use a built-in facility when it can definitely ease your work?
10th Feb 2020, 9:00 AM
Ipang