mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-28 15:21:03 +01:00
zsh-workers/10104
This commit is contained in:
parent
2d69947427
commit
5e8320bf2b
2 changed files with 73 additions and 1 deletions
|
|
@ -1420,7 +1420,7 @@ getnumvalue(Value v)
|
|||
mn.type = MN_FLOAT;
|
||||
mn.u.d = v->pm->gets.ffn(v->pm);
|
||||
} else
|
||||
return matheval(getstrvalue(v));
|
||||
return mathnumber(getstrvalue(v));
|
||||
return mn;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue