Function __global->sin

Definitions

sources_custom/phpstub.php

  • Calculate the sine of an angle.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: float

Parameters

Name Type Default Set Range Description
$arg float required parameter N/A N/A The angle

Return

  • The sine of the angle
  • Type: float
  • Set: N/A
  • Range: N/A