Talk:cpp/numeric/complex
From cppreference.com
< Talk:cpp
argument or number?
Compare "computes sine of a complex argument" and "computes sine of a complex number". Which one sounds more natural? For now I changed to number but since I'm not a native speaker I might be wrong. P12 11:13, 8 November 2011 (PST)
- "number" sounds fine to me. Nate 03:52, 9 November 2011 (PST)
Implementation NSDMs
The implication under "Non-static data members" that an implementation must have exactly two NSDMs of type value_type does not reflect real world experience; MSVC uses an array value_type[2] and libstdc++ uses the C type value_type _Complex. I propose striking this paragraph, renaming the section to "Array-oriented access" and adding a new paragraph titled "Implementation notes".
[email protected] (talk) 05:22, 27 March 2018 (PDT)
- I've made the change as above. [email protected] (talk) 05:28, 27 March 2018 (PDT)