1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-17 11:41:07 +01:00

zsh-workers/10125

This commit is contained in:
Tanaka Akira 2000-03-14 08:17:02 +00:00
parent d7e3ef40ec
commit d14884912e
2 changed files with 11 additions and 73 deletions

View file

@ -1420,7 +1420,7 @@ getnumvalue(Value v)
mn.type = MN_FLOAT;
mn.u.d = v->pm->gets.ffn(v->pm);
} else
return mathnumber(getstrvalue(v));
return matheval(getstrvalue(v));
return mn;
}