Community Profile

photo

d_moan


Last seen: 3 years ago Active since 2016

Followers: 0   Following: 0

Statistics

All
  • First Review
  • Thankful Level 1
  • Promoter
  • Solver

View badges

Feeds

View by

Question


addtodate creates too many milliseconds
I wanted to create a vector of all milliseconds in a day, so I wrote 0:addtodate(0,1,'millisecond'):(1-addtodate(0,1,'milli...

7 years ago | 1 answer | 0

1

answer

Question


How come 10^-N does not equal 1e-N for some N ?
I've noticed by chance that isequal(10^-5,1e-5) == 0 and (10^-5) - (1e-5) == -1.694065894508601e-21 I checked ...

8 years ago | 1 answer | 0

1

answer