Math.Divide¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
Any valid integer(s), floating point number(s), or a sequence of such entities supported by this operation. | Int Int2 Int3 Int4 Int8 Int16 Float Float2 Float3 Float4 Color [Any] |
||
<output> |
The result of the operation, usually in the same type as the input value. | Int Int2 Int3 Int4 Int8 Int16 Float Float2 Float3 Float4 Color [Any] |
||
Operand |
The operand for this operation. | 0 |
Int &Int Int2 &Int2 Int3 &Int3 Int4 &Int4 Int8 &Int8 Int16 &Int16 Float &Float Float2 &Float2 Float3 &Float3 Float4 &Float4 Color &Color [Any] &[Any] |
Applies the binary operation on the input value and the operand and returns the result (or a sequence of results if the input and the operand are sequences).
Examples¶
1 2 3 4 5 6 |
|
[info] [shards/Math/Divide/Divide.edn] 4.5