At what point does a decimal become negligible? [on hold]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
-3
down vote

favorite












I am writing a program that I believe to have a good infinitesimal between the real answer, and what I can provide as a suitable area in which to compare a circle and a square. I have also used this formula to create near equal representations of spacial area between spheres and cubes. I can even give you the near perfect unit of a sphere for looking up to a goodly amount of precision. The number is:



pow(h,3) - pow((h*0.68278405692189677),3)*pi


Where h is the input of a side of the cube. And the decimal number is the unit breadth.



This comes to nary 0.00000001 and below, as a difference. I'm sure this has many applications for at least packaging and some engineering. But as for here, the question is, is this laudable as an outcome for it.



The program can be found at https://github.com/thexiv/FMS/releases/tag/v4.0 It's the best my computer can accomplish. I want to know if this is good enough to be used by the public for math. If it does not accomplish that, I need to know why.



Is there a math that looks for the differences between curved and angles? Especially one that does squares and circles?







share|cite|improve this question













put on hold as unclear what you're asking by Hans Lundmark, Jam, Jendrik Stelzner, Delta-u, Adrian Keister 5 hours ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.










  • 1




    Can you be clearer about what your program does? I can't understand what you mean.
    – Jam
    2 days ago






  • 1




    I don't understand what you're asking at all. You're proudly stating that you have done ... something? ... but where is there a question?
    – Henning Makholm
    2 days ago






  • 2




    @thexiv I think it's more likely that people are downvoting you because the question isn't very clear, not necessarily because of a lack of research effort. I don't see how calculus is related to your problem. Any area can be attained by a circle or a square. If you want the area $A$, just make a circle with radius $sqrtfracApi$ or a square with edges of length $sqrtA$. I don't understand what you're asking.
    – Jam
    2 days ago






  • 1




    You /can/ have a circle and square with the same area, see Jam's comment above.
    – Calvin Khor
    2 days ago






  • 1




    "There's no set goal? I would've thought that the smaller the infinitesimal the better you've done it." You are surprised there is not a universal standard as to how accurate we'd like an unanswerable question to be ?????? Obviously if accurate to eight decimal places is better than 7 and 251 decimial places is better than 250. But neither of those are perfect. So how the heck can there be "$k$ decimals is not good enough be $k+1$ is". Anyway, I can't speak for engineers but mathematicians won't care at all for accuracy.
    – fleablood
    2 days ago














up vote
-3
down vote

favorite












I am writing a program that I believe to have a good infinitesimal between the real answer, and what I can provide as a suitable area in which to compare a circle and a square. I have also used this formula to create near equal representations of spacial area between spheres and cubes. I can even give you the near perfect unit of a sphere for looking up to a goodly amount of precision. The number is:



pow(h,3) - pow((h*0.68278405692189677),3)*pi


Where h is the input of a side of the cube. And the decimal number is the unit breadth.



This comes to nary 0.00000001 and below, as a difference. I'm sure this has many applications for at least packaging and some engineering. But as for here, the question is, is this laudable as an outcome for it.



The program can be found at https://github.com/thexiv/FMS/releases/tag/v4.0 It's the best my computer can accomplish. I want to know if this is good enough to be used by the public for math. If it does not accomplish that, I need to know why.



Is there a math that looks for the differences between curved and angles? Especially one that does squares and circles?







share|cite|improve this question













put on hold as unclear what you're asking by Hans Lundmark, Jam, Jendrik Stelzner, Delta-u, Adrian Keister 5 hours ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.










  • 1




    Can you be clearer about what your program does? I can't understand what you mean.
    – Jam
    2 days ago






  • 1




    I don't understand what you're asking at all. You're proudly stating that you have done ... something? ... but where is there a question?
    – Henning Makholm
    2 days ago






  • 2




    @thexiv I think it's more likely that people are downvoting you because the question isn't very clear, not necessarily because of a lack of research effort. I don't see how calculus is related to your problem. Any area can be attained by a circle or a square. If you want the area $A$, just make a circle with radius $sqrtfracApi$ or a square with edges of length $sqrtA$. I don't understand what you're asking.
    – Jam
    2 days ago






  • 1




    You /can/ have a circle and square with the same area, see Jam's comment above.
    – Calvin Khor
    2 days ago






  • 1




    "There's no set goal? I would've thought that the smaller the infinitesimal the better you've done it." You are surprised there is not a universal standard as to how accurate we'd like an unanswerable question to be ?????? Obviously if accurate to eight decimal places is better than 7 and 251 decimial places is better than 250. But neither of those are perfect. So how the heck can there be "$k$ decimals is not good enough be $k+1$ is". Anyway, I can't speak for engineers but mathematicians won't care at all for accuracy.
    – fleablood
    2 days ago












up vote
-3
down vote

favorite









up vote
-3
down vote

favorite











I am writing a program that I believe to have a good infinitesimal between the real answer, and what I can provide as a suitable area in which to compare a circle and a square. I have also used this formula to create near equal representations of spacial area between spheres and cubes. I can even give you the near perfect unit of a sphere for looking up to a goodly amount of precision. The number is:



pow(h,3) - pow((h*0.68278405692189677),3)*pi


Where h is the input of a side of the cube. And the decimal number is the unit breadth.



This comes to nary 0.00000001 and below, as a difference. I'm sure this has many applications for at least packaging and some engineering. But as for here, the question is, is this laudable as an outcome for it.



The program can be found at https://github.com/thexiv/FMS/releases/tag/v4.0 It's the best my computer can accomplish. I want to know if this is good enough to be used by the public for math. If it does not accomplish that, I need to know why.



Is there a math that looks for the differences between curved and angles? Especially one that does squares and circles?







share|cite|improve this question













I am writing a program that I believe to have a good infinitesimal between the real answer, and what I can provide as a suitable area in which to compare a circle and a square. I have also used this formula to create near equal representations of spacial area between spheres and cubes. I can even give you the near perfect unit of a sphere for looking up to a goodly amount of precision. The number is:



pow(h,3) - pow((h*0.68278405692189677),3)*pi


Where h is the input of a side of the cube. And the decimal number is the unit breadth.



This comes to nary 0.00000001 and below, as a difference. I'm sure this has many applications for at least packaging and some engineering. But as for here, the question is, is this laudable as an outcome for it.



The program can be found at https://github.com/thexiv/FMS/releases/tag/v4.0 It's the best my computer can accomplish. I want to know if this is good enough to be used by the public for math. If it does not accomplish that, I need to know why.



Is there a math that looks for the differences between curved and angles? Especially one that does squares and circles?









share|cite|improve this question












share|cite|improve this question




share|cite|improve this question








edited 2 days ago
























asked 2 days ago









thexiv

14




14




put on hold as unclear what you're asking by Hans Lundmark, Jam, Jendrik Stelzner, Delta-u, Adrian Keister 5 hours ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






put on hold as unclear what you're asking by Hans Lundmark, Jam, Jendrik Stelzner, Delta-u, Adrian Keister 5 hours ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









  • 1




    Can you be clearer about what your program does? I can't understand what you mean.
    – Jam
    2 days ago






  • 1




    I don't understand what you're asking at all. You're proudly stating that you have done ... something? ... but where is there a question?
    – Henning Makholm
    2 days ago






  • 2




    @thexiv I think it's more likely that people are downvoting you because the question isn't very clear, not necessarily because of a lack of research effort. I don't see how calculus is related to your problem. Any area can be attained by a circle or a square. If you want the area $A$, just make a circle with radius $sqrtfracApi$ or a square with edges of length $sqrtA$. I don't understand what you're asking.
    – Jam
    2 days ago






  • 1




    You /can/ have a circle and square with the same area, see Jam's comment above.
    – Calvin Khor
    2 days ago






  • 1




    "There's no set goal? I would've thought that the smaller the infinitesimal the better you've done it." You are surprised there is not a universal standard as to how accurate we'd like an unanswerable question to be ?????? Obviously if accurate to eight decimal places is better than 7 and 251 decimial places is better than 250. But neither of those are perfect. So how the heck can there be "$k$ decimals is not good enough be $k+1$ is". Anyway, I can't speak for engineers but mathematicians won't care at all for accuracy.
    – fleablood
    2 days ago












  • 1




    Can you be clearer about what your program does? I can't understand what you mean.
    – Jam
    2 days ago






  • 1




    I don't understand what you're asking at all. You're proudly stating that you have done ... something? ... but where is there a question?
    – Henning Makholm
    2 days ago






  • 2




    @thexiv I think it's more likely that people are downvoting you because the question isn't very clear, not necessarily because of a lack of research effort. I don't see how calculus is related to your problem. Any area can be attained by a circle or a square. If you want the area $A$, just make a circle with radius $sqrtfracApi$ or a square with edges of length $sqrtA$. I don't understand what you're asking.
    – Jam
    2 days ago






  • 1




    You /can/ have a circle and square with the same area, see Jam's comment above.
    – Calvin Khor
    2 days ago






  • 1




    "There's no set goal? I would've thought that the smaller the infinitesimal the better you've done it." You are surprised there is not a universal standard as to how accurate we'd like an unanswerable question to be ?????? Obviously if accurate to eight decimal places is better than 7 and 251 decimial places is better than 250. But neither of those are perfect. So how the heck can there be "$k$ decimals is not good enough be $k+1$ is". Anyway, I can't speak for engineers but mathematicians won't care at all for accuracy.
    – fleablood
    2 days ago







1




1




Can you be clearer about what your program does? I can't understand what you mean.
– Jam
2 days ago




Can you be clearer about what your program does? I can't understand what you mean.
– Jam
2 days ago




1




1




I don't understand what you're asking at all. You're proudly stating that you have done ... something? ... but where is there a question?
– Henning Makholm
2 days ago




I don't understand what you're asking at all. You're proudly stating that you have done ... something? ... but where is there a question?
– Henning Makholm
2 days ago




2




2




@thexiv I think it's more likely that people are downvoting you because the question isn't very clear, not necessarily because of a lack of research effort. I don't see how calculus is related to your problem. Any area can be attained by a circle or a square. If you want the area $A$, just make a circle with radius $sqrtfracApi$ or a square with edges of length $sqrtA$. I don't understand what you're asking.
– Jam
2 days ago




@thexiv I think it's more likely that people are downvoting you because the question isn't very clear, not necessarily because of a lack of research effort. I don't see how calculus is related to your problem. Any area can be attained by a circle or a square. If you want the area $A$, just make a circle with radius $sqrtfracApi$ or a square with edges of length $sqrtA$. I don't understand what you're asking.
– Jam
2 days ago




1




1




You /can/ have a circle and square with the same area, see Jam's comment above.
– Calvin Khor
2 days ago




You /can/ have a circle and square with the same area, see Jam's comment above.
– Calvin Khor
2 days ago




1




1




"There's no set goal? I would've thought that the smaller the infinitesimal the better you've done it." You are surprised there is not a universal standard as to how accurate we'd like an unanswerable question to be ?????? Obviously if accurate to eight decimal places is better than 7 and 251 decimial places is better than 250. But neither of those are perfect. So how the heck can there be "$k$ decimals is not good enough be $k+1$ is". Anyway, I can't speak for engineers but mathematicians won't care at all for accuracy.
– fleablood
2 days ago




"There's no set goal? I would've thought that the smaller the infinitesimal the better you've done it." You are surprised there is not a universal standard as to how accurate we'd like an unanswerable question to be ?????? Obviously if accurate to eight decimal places is better than 7 and 251 decimial places is better than 250. But neither of those are perfect. So how the heck can there be "$k$ decimals is not good enough be $k+1$ is". Anyway, I can't speak for engineers but mathematicians won't care at all for accuracy.
– fleablood
2 days ago















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Comments

Popular posts from this blog

What is the equation of a 3D cone with generalised tilt?

Color the edges and diagonals of a regular polygon

Relationship between determinant of matrix and determinant of adjoint?