HH\Lib\Math\sin

Requires the Hack Standard Library to be installed.
Facebook Engineer?

This function is available as Math\sin() in Facebook's www repository.

Returns the sine of $arg

namespace HH\Lib\Math;

function sin(
  num $arg,
): float;

Parameters

  • num $arg

Returns

  • float