Skip to content

COS

COS(numericExpression)

Returns the cosine value of the given argument. Argument must be a numeric expression in radians units. Returned value type is float.

REM Cosine value
PRINT "Cosine value of a is "; COS(a)
  • This function is 100% Sinclair BASIC Compatible
  • If the given argument type is not float, it will be converted to float before operating with it.
  • SIN and ASN
  • TAN and ATN
  • ACS
  • Faster library option for lower accuracy trigonometry for games: FCOS