Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Missing math operations: logBase, floor #370

Open
ocharles opened this issue Jun 27, 2017 · 3 comments
Open

Missing math operations: logBase, floor #370

ocharles opened this issue Jun 27, 2017 · 3 comments
Labels
C - numerical numerical stuff

Comments

@ocharles
Copy link

No description provided.

@vincenthz vincenthz added the C - numerical numerical stuff label Jun 30, 2017
@vincenthz
Copy link
Member

vincenthz commented Jun 30, 2017

floor is roundDown

logBase hasn't been defined yet

@ocharles
Copy link
Author

ocharles commented Jun 30, 2017 via email

@vincenthz
Copy link
Member

vincenthz commented Jun 30, 2017

we can definitely discuss it; the rational for doing that were:

  • unify with all the other mode of rounding (truncate, neareast, ceiling)
  • reduce symbol/naming pollution of the generic concept of rounding numbers by starting everything with roundXXX; the current functions are easy to bind in different context e.g. truncate... an array ? floor and ceiling are common name easily used ...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C - numerical numerical stuff
Projects
None yet
Development

No branches or pull requests

2 participants