Skip to main content
20-Turquoise
July 6, 2013
Solved

ARCSIN or inverse sin in MATHCAD 14 ?

  • July 6, 2013
  • 5 replies
  • 4247 views

Hello, Everyone.

What does the -float- --- mean .PNG

The question : What does the " float ---> -1.0097419586828951109e-28 " mean ?

and What does the " float ---> - 5.0487097934144755546e-29 " mean ?

Need help with brief explanation.

Thanks in advance for the time and help.

Best Regards.

Best answer by RichardJ

The float keyword does not just affect the precision of the displayed values, it also affects the precision used in the calculations. So when you use the float keyword the symbolic processor is also subject to the effects of numerical roundoff. Try "float,250" to increase the precision from the default of 20.

5 replies

24-Ruby IV
July 6, 2013

2e-29 is equal 2*10^-29

lvl10720-TurquoiseAuthor
20-Turquoise
July 6, 2013

Many thanks to your response, Valery. I got it.

lvl10720-TurquoiseAuthor
20-Turquoise
July 6, 2013

Hello, Everyone again.

Its values should be decrease.PNG

The question : It seems the sequence in vector "delta" should be decrease of values or equal of values ? ( but it isn't)

Thanks in advance for the time and help.

Best Regards.

RichardJ19-TanzaniteAnswer
19-Tanzanite
July 6, 2013

The float keyword does not just affect the precision of the displayed values, it also affects the precision used in the calculations. So when you use the float keyword the symbolic processor is also subject to the effects of numerical roundoff. Try "float,250" to increase the precision from the default of 20.

lvl10720-TurquoiseAuthor
20-Turquoise
July 6, 2013

Many, many thanks, Richard.