Skip to content
angerangel edited this page Mar 15, 2013 · 1 revision

USAGE

   COSINE value /radians

DESCRIPTION

Returns the trigonometric cosine.

COSINE is a native value.

ARGUMENTS

  • value -- In degrees by default (number!)

REFINEMENTS

  • /radians -- Value is specified in radians

#SOURCE

cosine: make native! [  [
    "Returns the trigonometric cosine."
    value [number!] "In degrees by default"
    /radians "Value is specified in radians"
] ]
Clone this wiki locally