How to apply this equation correctly in a code box?

If you require help or assistance with anything then please post here

Moderators: electrogear, exonerate

How to apply this equation correctly in a code box?

Postby distante on Wed Apr 04, 2012 5:14 pm

Hello,

I have a doubt of how to apply this polinomium in a code box.

Code: Select all
sin(x * (1/4*π)) + cos(x * (1/4*π))


I have this in the codebox:

Code: Select all
monoin In;
monoout Out;
float PI=3.1415927;
Out = sin1(In*(1/4*PI))+cos1(In*(1/4*PI));


I think That I have to change a little the formula for work in -1 to 1 intervals because the Out curve takes values superior to 1 (or -1)

Image

I'm no quite sure of how to adapt this to SM code.

Cheers !
Sorry If I don't make myself clear sometimes, my English sucks!
User avatar
distante
essemist
 
Posts: 138
Joined: Thu Mar 15, 2012 4:22 pm

Re: How to apply this equation correctly in a code box?

Postby Dozius on Wed Apr 04, 2012 8:17 pm

Code: Select all
monoin In;
monoout Out;
Out = sin1(In*0.125)+cos1(In*0.125);


The trig functions in the code modules are normalized. Instead of 0 - 2PI it's 0 - 1. That's why they have a 1 in the name.
Dozius
essemist
 
Posts: 125
Joined: Thu Apr 17, 2008 4:29 pm
Location: Land of the Bland

Re: How to apply this equation correctly in a code box?

Postby distante on Wed Apr 04, 2012 9:07 pm

Dozius wrote:
Code: Select all
monoin In;
monoout Out;
Out = sin1(In*0.125)+cos1(In*0.125);


The trig functions in the code modules are normalized. Instead of 0 - 2PI it's 0 - 1. That's why they have a 1 in the name.


Thanks! I will try with that :D
Sorry If I don't make myself clear sometimes, my English sucks!
User avatar
distante
essemist
 
Posts: 138
Joined: Thu Mar 15, 2012 4:22 pm

Re: How to apply this equation correctly in a code box?

Postby RJHollins on Thu Apr 05, 2012 4:09 am

Superior curves ... I mean code.


no I don't :love:
RJHollins
essemist
 
Posts: 132
Joined: Thu Mar 08, 2012 6:58 pm


Return to Help

Who is online

Users browsing this forum: No registered users and 0 guests