Skip to main content

5 docs tagged with "scalar"

View All Tags

abs

Transforms all values of the input variable to absolute (positive) values.

acos

Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.

asin

Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.

Scalar

A scalar is a single value of either string, boolean (true/false) or numeric

Secret

A secret is a scalar whose value cannot be printed or logged, it only really is useful when used with the Secret Service where secrets can be stored and then retrieved by scripts or workflows. Usually secrets are used to store passwords and database connection information etc.