Skip to content

Sin256

Description

Gets the value from the sin256 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

Sin256(var store, int angle)

Example

Sin256(object.value3, temp0)