← Back to team overview

yade-users team mailing list archive

Re: [Question #701077]: Using scientific notation with high precision minieigenHP

 

Question #701077 on Yade changed:
https://answers.launchpad.net/yade/+question/701077

Janek Kozicki posted a new comment:
Hm, I cannot reproduce this problem:

In [1]: import minieigenHP as mne

In [2]: mne.HP2.Vector3(1e0,0,0)
Out[2]: Vector3("1","0","0")

In [3]: mne.HP2.Vector3(1e-99,0,0)
Out[3]: Vector3("9.999999999999999999999999999999999252e-100","0","0")

I tried with 2022-03-18.git-31d72e5

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.