Thread: maximum value of long double _Complex

  1. #1
    Registered User
    Join Date
    Nov 2016
    Posts
    18

    maximum value of long double _Complex

    hi i want to know what is the maximum value of data type long double _Complex.
    for integer data types we use limits.h and for floating-point float.h. but what about _Imaginary and _Complex where can i get the maximum value for those?

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I expect that you should look at the maximum value of long double, and from there it is a matter of having the largest possible real part and the largest possible imaginary part.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 16
    Last Post: 06-07-2015, 03:28 PM
  2. number bigger than long long double
    By suryak in forum C Programming
    Replies: 9
    Last Post: 08-18-2011, 02:02 PM
  3. Replies: 1
    Last Post: 04-23-2011, 08:40 PM
  4. Maximum array size (char) to input a double
    By salvadoravi in forum C Programming
    Replies: 10
    Last Post: 01-22-2008, 01:20 PM
  5. Replace double with long double in all my code.
    By boyfarrell in forum C Programming
    Replies: 8
    Last Post: 04-30-2007, 04:17 PM

Tags for this Thread