 | Divide - divides the first number by the second, the result has five decimal places, division by zero gives nothing... last change: 11.08.2026 15:43 |
Infomir functionality...
Lambda function type:  | - work with numbers... |
Category (Slovak): Číselné
Category (English): Numeric
Description (Slovak): - vydelí prvé číslo druhým, podiel má päť desatinných miest, nulou sa nedelí...
Description (English): - divides the first number by the second, the result has five decimal places, division by zero gives nothing...
Function parameters: (number1,number2)
Function parameters for example: (10,4)
Divide(number1,number2)
Description
- divides the first number by the second, the result has five decimal places, division by zero gives nothing...
Call example
@Divide(10,4)@
Example
2.5