Jump to content

[SOLVED] (float) during math issues


NerdConcepts

Recommended Posts

trying to do a little math with money and the float command doesn't seem to want to work right.

 

when using

 

$value = 2 * (float) 12.00;

 

the $value shows up as '24', not '24.00' ?? anyone have an idea? Do I have to add the .00 myself?

 

note: the above code is just an example. I've got variables that are being pulled out of my database which looks like the above code.

Link to comment
https://forums.phpfreaks.com/topic/62769-solved-float-during-math-issues/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.