locutusjs / locutus

Bringing stdlibs of other programming languages to JavaScript for educational purposes

Home Page:https://locutus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

number_format

rafaelg21 opened this issue · comments

  • Have you checked the guidelines in our Contributing document?

Description

Hola, tengo un problema con esta función, la copie y pegue en mi proyecto sin descargar toda la librería pero su retorno no es correcto. ejemplo

number_format(1029,2,',','.');

//resultado 1.0.2.9,00

@rafaelg21 I can't reproduce your issue. For your example call I get 1.029,00. In what browser/environment did you run the code?

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 14 days.

This issue was closed because it has been stalled for 14 days with no activity.