isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
263 stars 57 forks source link

Add ceiling function #170

Closed JuanPotato closed 8 years ago

JuanPotato commented 8 years ago

I suggest .C <num>

isaacg1 commented 8 years ago

Seems like a good thing to add, but .C is taken

refi64 commented 8 years ago

What about .E from cEil, which could be overloaded to take an integer value, or .L from ceiL, which isn't even used yet.

niwhsa9 commented 8 years ago

I don't know if it's taken, but how about ".r^" without the quotes. Like round up...

On Sunday, January 10, 2016, Ryan Gonzalez notifications@github.com wrote:

What about .E from c_E_il, which could be overloaded to take an integer value, or .L from ceiL, which isn't even used yet.

— Reply to this email directly or view it on GitHub https://github.com/isaacg1/pyth/issues/170#issuecomment-170400498.

Ashwin

isaacg1 commented 8 years ago

.E sounds good to me

isaacg1 commented 8 years ago

implemented.