Limit of Floor function
- To: mathgroup at smc.vnet.net
- Subject: [mg73830] [mg73830] Limit of Floor function
- From: Eric Smith <eric at brouhaha.com>
- Date: Fri, 2 Mar 2007 06:14:47 -0500 (EST)
Mathematica 5.2 evaluates one-sided limits of the Floor function correctly. But if I just ask: Limit[Floor[x],x->10] It replies "10". Shouldn't it tell me the limit is undefined, since the Floor function has a step discontinuity at every integer value? Thanks, Eric