Skip to content

Comment on Calca iOS - Mathematical text editor for engineers

Comments

In the Introduction, under functions:

  f = m*a
  f(20) = 20a
Which is ok, but then farther down:
  f(a) = m*a
  f(20) => 20a
This seems incorrect, since I was expecting m*20. On a separate page, this seems to work fine, though.

Otherwise, quite nice.

Bug in the doc. :-) just ran on the device and got the expected:

    f(a) = m*a
    f(20) => 20m
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.