1 core.functions.tan
core.functions.tan(x)Tangent function.
1.1 Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| x | Expression | float | Expression or numeric value. | required |
1.2 Returns
| Name | Type | Description |
|---|---|---|
| UnaryOp | Expression representing tan(x). |
Tangent function.
| Name | Type | Description | Default |
|---|---|---|---|
| x | Expression | float | Expression or numeric value. | required |
| Name | Type | Description |
|---|---|---|
| UnaryOp | Expression representing tan(x). |