Cos constructor

Cos(
  1. Expression arg
)

Creates a new cosine function with given argument expression.

Implementation

Cos(Expression arg) : super._unary('cos', arg);