17.02.2009, 18:31
Quote:
Originally Posted by MaXx001
Because pawn uses radians as default.
floatcos is defined as follows: Код:
floatcos Return the cosine of an angle Syntax: Float: floatcos(Float: value, anglemode: mode=radian) value: The value to calculate the cosine of. mode: Specifies whether the angle (in parameter value) is specified in degrees (sexagesimal system), grades (centesimal system) or radian. The default is radian. Returns: The result: the cosine of the input number. |