Computes the cosine of x (expressed in radians).

#assert 0.0.tan == 0.0

Property definitions

core :: math $ Float :: tan
	# Computes the cosine of x (expressed in radians).
	#
	#     #assert 0.0.tan == 0.0
	fun tan: Float `{ return tan(self); `}
lib/core/math.nit:226,2--229,39