Obj-C Calculator - Radians to Degrees

前端 未结 5 1943
孤街浪徒
孤街浪徒 2021-01-21 11:26

I\'ve been watching the Stanford CS193P lectures and I\'ve been working on the assignment calculator. I got through the first assignment fairly easily, and I\'m trying to do the

5条回答
  •  梦毁少年i
    2021-01-21 12:02

    Where did you define operand?

    Are you sure that operand is a CGFloat and not a memory address?

    How are you formatting your output? If you are using %e it will output in scientific notation...try doing %f

提交回复
热议问题