#include "proctext.h" float step(float a, float x) { return (float)(x >= a); }