HH\Lib\Math\tan

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

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

Returns the tangent of $arg

namespace HH\Lib\Math;

function tan(
  num $arg,
): float;

Parameters

  • num $arg

Returns

  • float