Division
Contents

1.Description

This module divides 2 values and returns a result (quotient).

2.Inputs

No.NameInitialisationDescription
1E10
Value to be divided
2E20
Value by which division should be performed

3.Outputs

No.NameInitialisationSBCDescription
1A10s
Quotient = Value 1 divided by value 2
2A2 (sbc)0sbc
Quotient = Value 1 divided by value 2
3Error0s
Sends a 1 when an error occurs during division. For example, on division by zero. Sends a zero if the division could be carried out without any error.
s = send, sbc = send by change

4.Other

Recalculation during start:Yes
Module is retentive:No
Internal designation:9038
Category:Math. basic functions

5.Similar functions

Addition
Subtraction
Multiplication