Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用以下函数时,有时会NAN返回一些输入;我想当我NAN对变量使用负值时我会得到。我怎样才能解决这个问题?
NAN
pow(($LY/$FY),(1/10)) - 1
事先添加检查以确保这$LY/$FY是肯定的。或者,根据您使用它的目的,使用该abs()分数上的函数将负数更改为正数。
$LY/$FY
abs()