Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
find nearest number
#3
(Aug-26-2019, 02:20 PM)ichabod801 Wrote: vaegt % 5 is how far vaegt is above the next lowest five. So if vaegt % 5 is 0, 1, or 2, you want to subtract vaegt % 5 from vaegt. If vaegt % 5 is 3 or 4, you want to do the same thing, but then add five more.

could you give me a code exampel? I dont qiute understand.
Reply


Messages In This Thread
find nearest number - by d3fi - Aug-26-2019, 01:22 PM
RE: find nearest number - by ichabod801 - Aug-26-2019, 02:20 PM
RE: find nearest number - by d3fi - Aug-26-2019, 02:26 PM
RE: find nearest number - by ichabod801 - Aug-26-2019, 02:34 PM
RE: find nearest number - by d3fi - Aug-26-2019, 03:17 PM
RE: find nearest number - by ndc85430 - Aug-26-2019, 03:54 PM
RE: find nearest number - by d3fi - Aug-26-2019, 08:24 PM
RE: find nearest number - by ichabod801 - Aug-26-2019, 09:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Writing a cycle to find the nearest point from the array Tysrusko 0 184 May-10-2024, 11:49 AM
Last Post: Tysrusko
  find the sum of a series of values that equal a number ancorte 1 542 Oct-30-2023, 05:41 AM
Last Post: Gribouillis
  Get numpy ceil and floor value for nearest two decimals klllmmm 4 1,363 Jun-07-2023, 07:35 AM
Last Post: paul18fr
  find random numbers that are = to the first 2 number of a list. Frankduc 23 3,378 Apr-05-2023, 07:36 PM
Last Post: Frankduc
  compare and find the nearest element ? mr_gentle_sausage 4 1,115 Jan-15-2023, 07:11 AM
Last Post: DPaul
  Find if chain of characters or number Frankduc 4 1,853 Feb-11-2022, 01:55 PM
Last Post: Frankduc
Question Help to find the largest int number in a file directory SalzmannNicholas 1 1,681 Jan-13-2022, 05:22 PM
Last Post: ndc85430
  Regular expression: cannot find 1st number in a string Pavel_47 2 2,466 Jan-15-2021, 04:39 PM
Last Post: bowlofred
  Rounding to the nearest eight wallgraffiti 2 2,139 Jul-15-2020, 06:05 PM
Last Post: wallgraffiti
  Find the complement of a number landlord1984 4 33,036 Feb-21-2020, 04:26 AM
Last Post: shreyaspadhye3011

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020