I find this a question bit confusing, so to clarify a bit: when you "take the sin of something", that something is an angle, and the return value is dimensionless. The angle you provide can be expressed in degrees or radians, and C(++) is expecting radians, so you may need to convert the...