T O P I C R E V I E W |
AKazak |
Posted - 07/01/2021 : 09:14:10 AM OriginPro 2021b (64-bit) SR2 9.8.5.212 Windows 10 21H1 x64
Greetings!
Does Origin has an integer division function similar to quotient function of Microsoft Excel?
Thank you.
--- Andrey |
2 L A T E S T R E P L I E S (Newest First) |
AKazak |
Posted - 07/01/2021 : 11:09:40 AM quote: Originally posted by YimingChen
You can use int() function. int(4.5/3.1) is equal to QUOTIENT(4.5, 3.1) in Excel for example.
James
Dear James,
Thank you. It works as expected.
--- Andrey |
YimingChen |
Posted - 07/01/2021 : 09:58:35 AM You can use int() function. int(4.5/3.1) is equal to QUOTIENT(4.5, 3.1) in Excel for example.
James |