HH\Lib\Math\cos

Meta Engineer?

This is available as Math\cos in the www repository.

Returns the cosine of $arg

namespace HH\Lib\Math;

function cos(
  num $arg,
): float;

Parameters

  • num $arg

Returns

  • float