Returns the euclidean distance from b.

Property definitions

core :: math $ Float :: hypot_with
	# Returns the euclidean distance from `b`.
	fun hypot_with(b: Float): Float `{ return hypotf(self, b); `}
lib/core/math.nit:301,2--302,62