DEV Community

Discussion on: What's your spookiest coding story?

Collapse
 
andrewthetm profile image
Andrew Rohne

I'm working with a 3-way iterative proportional fitting process. The total of the seeds and marginals should be around 500,000.

A sorting problem in my code (in R) caused it to grow the seed value to 43.6 tretrigintillion. That's 43 with 102 numbers after it.