#include using namespace std; int main(){ long long int N, K, T; cin >> N >> K >> T; if(N<0)N=-N; if(N<=K*T){ cout << "Yes"<