trunc(x) and trunc(x,y)

Issue #40 closed
Former user created an issue

Originally reported on Google Code with ID 40

Add trunc(x) function, aliasing to int(x). This is because some calculators
use trunc and others use int, there's no standard terminology, so support both.

Reported by helder.pereira.correia on 2007-05-21 23:22:49

Comments (4)

  1. Former user Account Deleted

    ``` Implemented in trunk, will be available in 0.8. ```

    Reported by `helder.pereira.correia` on 2007-05-23 00:44:03 - Status changed: `Fixed`

  2. Log in to comment