Computer Science & C Programming


Encoding: Real numbers (floating point)

  1. 0.18 = 18.10^(-2) = two integers (18,-2) called mantissa and exponent
  1. Same operators than int plus specific functions found in math.h library (described latter): sin, cos, exp...

Eg. man sqrt


11 - 15