| DOC: pow(0,0) Function Not DocumentedLast reviewed: January 8, 1997Article ID: Q122410 | 
| The information in this article applies to: 
 
 SUMMARYThe return value of the pow() function, which computes the value of x raised to the y power, is not documented in the case of pow(0,0). In this case, the pow() function returns 1. 
 MORE INFORMATIONThe behavior of pow(0,0) conforms to the proposed NCEG (Numerical C Extensions Group) standard. See NCEG draft 92-014, F.4.3 for more information. The documents were corrected in Microsoft Visual C++, version 4.0. 
 | 
| KBCategory: kbprg kbdocerr kbdocfix 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use. |