I used trigonometry almost immediately after starting my first programming job. I inherited a program that drew an analog clock on a PC screen. The person who wrote the first version tried to do without math, drawing the clock hands such that the tips described a square with corners at 12, 3, 6, and 9. Looked horrible, with the hands shrinking and growing as they progressed around the clock face. I applied a little basic HS trig to the program, making the hands describe circles. Simple fix, impossible without a level of math most HS graduates never attain, but really not advanced at all.
You might think you're not going in for graphics programming, but I wouldn't have guessed it myself. Computer programs are becoming increasingly graphical, though. You have to be able to cope.
For business apps specifically, you'll want to know statistics. More and more business apps are tasked with making sense of the mountains of data businesses have been collecting with the increasing use of computers. At the low end of the complexity scale, you have people trying to make sense of data in spreadsheets by staring at Excel charts. On the other end you have data mining gurus and Wall Street quants throwing PhD-level techniques at the most valuable problems. There in between the two is where most business software programmers live, where you need basic statistics skills. Without it, you're no better than the PHBs futzing around with Excel.