Answer the question
In order to leave comments, you need to log in
Calculating the value of sine in an infinite register machine (parallel)?
There is a task - to write a program for a parallel MBR that calculates the value of the " sex " function from (sinx +1) * 100
*sex function - rounding down to the nearest integer
Answer the question
In order to leave comments, you need to log in
how to calculate the sine value itself i can't understandhttps://www.google.com/search?q=sin+power+series
registers can only contain positive integers, and sine is defined on the interval [-1, 1](sinx +1) *100 = 100*sinx + 100; you can calculate not sinx, but immediately 100 * sinx, it will be on the interval [-100, 100];
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question