- 主题:我猜某个表达式等于0
对的,可以等价到sin18^2 = (3-sqrt5)/4
【 在 gtgtjing 的大作中提到: 】
: 初等数学的,三角函数,懒得算了
: (tan54)^2-(tan18)^2=tan54*tan18*(2+(tan54)^2+(tan18)^2)
--
FROM 202.119.41.*
这种数肯定是角度啊
【 在 feng321 的大作中提到: 】
: 你这是角度?还是弧度啊?
--
FROM 123.113.82.*
多谢
【 在 zxf 的大作中提到: 】
: 对的,可以等价到sin18^2 = (3-sqrt5)/4
--
FROM 123.113.82.*
print(math.sin(math.radians(18))**2)
print((3-math.sqrt(5))/4)
分别是:
0.09549150281252627
0.19098300562505255
差很多。。。。。
【 在 zxf 的大作中提到: 】
: 对的,可以等价到sin18^2 = (3-sqrt5)/4
--
FROM 120.242.238.*
明明是角度,你非要用弧度
【 在 feng321 的大作中提到: 】
: print(math.sin(math.radians(18))**2)
: print((3-math.sqrt(5))/4)
: 分别是:
: ...................
--
FROM 202.119.41.*