Public float wont be shown in inspector of Unity

Hey guys,

I have this float equation that I want to show in the inspector but it wont show up.

Image 1 = the code:

Image 2 = the scene with inspector:

create a public float variable (the one you have is a function) and give it the output from that function.

or maybe you want to change in the editor the arguments of that function? this will make more sense.

create public variables for each of those function arguments, then pass them to the function when you call it in the code

There is a code tag at the top of the thread posting pane. I can barely read the image text. The poster above gave you a correct answer.