probabilty

  • Thread starter Thread starter tzahi elgrably
  • Start date Start date
T

tzahi elgrably

hello
i am looking for a math algorithm or a code in c# to find a specific
floating number in floating number limit and this in minimum
tries(somthing short smart and simple)
thanks tzahi
 
I think you will want to look up algorithms binary search and/or bisection.

Gorazd
 
Back
Top