Search:

Type: Posts; User: luise.valencia

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,984

    because I want to learn assembler linked to C.

    because I want to learn assembler linked to C.
  2. Replies
    4
    Views
    1,984

    if clause not working as I expect.

    Hello. I have a function in assemby that returns an 1 if the numbers are the same and 0 if the numbers are not the same.

    I print the variable before the IF clase and Its returning 1 if same and 0...
  3. Thanks

    Thanks
  4. Did somebody answer on the other posts?

    Did somebody answer on the other posts?
  5. Very Funny.

    Very Funny.
  6. Replies
    0
    Views
    1,138

    Normalize again.

    How can I Normalize two float numbers


    Suppose the input of users as this

    1.98 x 10E 4 = 19800
    21.22 x 10E5 = 2120000

    But I need to set them as
  7. Shift exponent and comma to match (normalize)

    How can I Normalize two float numbers


    Suppose the input of users as this

    1.98 x 10E 4 = 19800
    21.22 x 10E5 = 2120000

    But I need to set them as
  8. Replies
    7
    Views
    1,675

    Thanks

    Thanks
  9. Replies
    7
    Views
    1,675

    Thanks. Now what about if I need to valide the...

    Thanks. Now what about if I need to valide the input?
    user can enter for example

    Please enter first value (examples value= .54E45 or value = 5.4e+44)

    If the user tries to enter something...
  10. Replies
    7
    Views
    1,675

    Could you explain pīlease? Remember the question...

    Could you explain pīlease? Remember the question is how do the user can enter the float and double numbers? I did a program that sums two numbers but How can they ENTER on the keyboard the numbers if...
  11. Replies
    7
    Views
    1,675

    Float and Double Numbers

    Can sombedoy explain me how can I input float and double numbers in c?


    Can I put for exaple 0.54x10E45?

    Which must be the syntax of the input for single and double?

    thanks
  12. Replies
    2
    Views
    3,176

    I think I did

    I think I did
  13. Replies
    2
    Views
    3,176

    How to normalize two numbers.

    I need to normalize two float or double numbers to the same exponent because I need to sum them in an assembly program

    Suppose the user gives

    0.006 x 10E2
    0.02 x 10E3


    One of both must be...
Results 1 to 13 of 13