Advertisement
Guest User

Untitled

a guest
Sep 10th, 2021
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.14 KB | None | 0 0
  1. F =
  2.     z < 0  ? Math.Sin(x) + Math.Cos(y) * Math.Cos(y) :
  3.     z == 0 ? Math.Log(x) :
  4.              Math.Sin(x) * Math.Sin(x) + Math.Cos(y);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement