void setup() { // this works println( nf(1.0,1,0) ); //this doesn't println( nf(1.1,1,0) ); }