Search:

Type: Posts; User: ashleyd

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,191

    When i ran that simple program i got: 0.000000...

    When i ran that simple program i got:
    0.000000 2.000000
  2. Replies
    7
    Views
    1,191

    Given: main.c ...

    Given:
    main.c

    /**************************************/
    /* main.c */
    /* DO NOT MODIFY THIS FILE */
    /**************************************/

    #include...
  3. Replies
    7
    Views
    1,191

    I replaced the %d's with %lf's, and now for the...

    I replaced the %d's with %lf's, and now for the output function errors i am getting:
    Output Function Errors:
    expected: 1 + 2i
    actual: 1.000000 + 2.000000i
    expected: 1 + 2i
    actual: 1.000000 +...
  4. Replies
    7
    Views
    1,191

    Structs and functions help

    I am working on a function for my project that formats the output of complex(imaginary) numbers, but when I run it, its not being formatted as i thought it would be.
    the struct being used is:

    ...
Results 1 to 4 of 4