Skip to content

Cos256

Description

Gets the value from the cos256 lookup table based on angle and sets it in store.

Parameters

  • store The variable to store the result.
  • angle The value of angle.

Return Value

Sets store to the result.

Syntax

Cos256(var store, int angle)

Example

Cos256(temp0, object.value2)