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:
parent
d7e3ef40ec
commit
d14884912e
2 changed files with 11 additions and 73 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue