How can I change the precission of a floating point number in ARM Assembly?

谁说我不能喝 提交于 2020-04-16 04:30:46

问题


I am currently studying computer sciense and in one of my classes (Computer Arquitecture) i am asked to make a function (in ARM assembly) that shows te result of multipying euler to a power (input). In this question they tell me that the result must be calculated with a precission of 0.001, the thing is, i don't know how to do that. If anyone could show me how it would be much apreciated.

来源:https://stackoverflow.com/questions/60645429/how-can-i-change-the-precission-of-a-floating-point-number-in-arm-assembly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!