Skip to content

Commit

Permalink
Update hard compution.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-robot77 authored Jun 26, 2023
1 parent 923ea40 commit 31469be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Python/ch1.Review/hard compution.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from math import *
x = int(input())
y = floor(pow(e, asin(pow(cos(radians(x)), 2))))
print(gcd(x, y))
y = ceil(pow(x,5/3)+tan(radians(x)))
z = floor(pow(pi, 2+atan(pow(sin(radians(x)),2))))
print(gcd(y, z))

0 comments on commit 31469be

Please sign in to comment.