Computes the arc cosine of self.

#assert 0.0.acos == pi / 2.0

Property definitions

core :: math $ Float :: acos
	# Computes the arc cosine of `self`.
	#
	#     #assert 0.0.acos == pi / 2.0
	fun acos: Float `{ return acos(self); `}
lib/core/math.nit:231,2--234,41