
	tan(3)			LP MudOSv21c7		(7 Jul 1996)

	函数名称:
		tan() - 传回一个浮点数的正切值 (tangent)
	函数语法:
		float tan( float f );

		浮点数 tan( 浮点数 f );
	函数用法:
		传回参数 f 的正切值, f 的单位是弪度值 (radians).
	参考函数:
		acos(3), asin(3), atan(3), cos(3), sin(3)
	手册翻译:
		Phoebus@ZH	97.Jul.24.		(Writen 5/23/97)
