how do i make php return the full answer of a large calculation?

Daniel

New member
How can i make php return large answers in full when calculating with large numbers? when i make php calculate with large numbers, at some point it starts to return the numbers as exponent... how can i return the answer in full?

example: 647533*45464565=2.9439806168145e13

I want it to return the full answer like: 3847857588478485748475875584758475867(just an example...)
 
Back
Top