Ruby Math exp()函数
Ruby中的 exp() 函数返回e^value的值。它接收范围为 [-inf, +inf] 的值并返回范围为 [0, infinity] 的答案 。
语法 :Math.exp(value)
参数 :该函数接收要提升为 e 的幂的值。
返回值 :该函数返回 e^value 的值。
例子 1 :
输出:
例2 :
输出:
参考资料 : https://devdocs.io/ruby~2.5/math#method-c-exp
Ruby中的 exp() 函数返回e^value的值。它接收范围为 [-inf, +inf] 的值并返回范围为 [0, infinity] 的答案 。
语法 :Math.exp(value)
参数 :该函数接收要提升为 e 的幂的值。
返回值 :该函数返回 e^value 的值。
例子 1 :
输出:
例2 :
输出:
参考资料 : https://devdocs.io/ruby~2.5/math#method-c-exp