(sqrt n)
  n: a num
  returns a flo
F

Square root.

Converts n to a float and then calls f32::sqrt.

ceil
cbrt