Feeds
提问
Using while loop to determine average
I need to calculate the average using a while loop only. The first step is to add up all my vectors into one number. This is wha...
10 years 前 | 1 个回答 | 0
1
个回答提问
Change the exponent precision
I need to display, using fprintf, an exponent with this precision 1.7800e-005. I can set the precision for the 1.7800 part but d...
10 years 前 | 1 个回答 | 0
