Difference between revisions of "Manuals/calci/DIVIDEWITH"

From ZCubes Wiki
Jump to navigation Jump to search
Line 13: Line 13:
  
 
==Examples==
 
==Examples==
 
+
#DIVIDEWITH(45,3) = 15
 +
#DIVIDEWITH(118,23) = 5.130434782608695
 +
#DIVIDEWITH(2341.321,67) = 34.945089552238805
 +
#DIVIDEWITH(607,-13) = -46.69230769230769
  
 
==See Also==
 
==See Also==

Revision as of 14:22, 30 March 2017

DIVIDEWITH(Dividend,Divisor)


  • and are any real numbers.

Description

  • This function is showing the quotient of the given numbers.
  • Division is one of the four basic operations of arithmetic.
  • Division is splitting into equal parts or groups.
  • Division is the repeated subtraction and it is the opposite of Multiplication.
  • The division of two natural numbers is the process of calculating the number of times one number is contained within one another.
  • In , and are any two numbers.
  • It returns the value of the quotient.
  • So Quotient is the result of the division of one number or quantity by another.

Examples

  1. DIVIDEWITH(45,3) = 15
  2. DIVIDEWITH(118,23) = 5.130434782608695
  3. DIVIDEWITH(2341.321,67) = 34.945089552238805
  4. DIVIDEWITH(607,-13) = -46.69230769230769

See Also

References

Divide