HCF(Highest Common Factor) of multiple numbers
This api returns HCF(Highest Common Factor) of multiple numbers seperated by comma. The numbers may be a fractions, integers, decimal numbers. The return HCF value may be a fraction or a whole number in string(text) format
HCF(Highest Common Factor) of multiple numbers endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
HCF(Highest Common Factor) of multiple numbers /arithmetic/findHcf/{numStr} |
This end point returns HCF(Highest Common Factor) of multiple numbers separated by comma. The numbers may be a fractions, integers, decimal numbers. The return HCF value may be a… |