Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. #include <math.h>
  2. float F3(float x1)
  3. {return cos(0.3*x1+0.5)/(1.8+sin(x1*x1+0.8));}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement