Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- F =
- z < 0 ? Math.Sin(x) + Math.Cos(y) * Math.Cos(y) :
- z == 0 ? Math.Log(x) :
- Math.Sin(x) * Math.Sin(x) + Math.Cos(y);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement