Skip to content

PaDMT-USTB/MathUtils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MathUtils

The MathUtils program is a math function packaging tool class for Java programs. This experiment is mainly aimed at testing the gcd(int,int) method in the MathUtils program. The main function of the gcd(int,int) method is to calculate the greatest common divisor of two integers.

  1. Input specifications
Inputs Types Limits Description
p int Integer
q int Integer
  1. Output specifications

    The output parameter is the greatest common divisor m of p and q, and the type is int.

  2. Description of MRs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%