I just wanted some information about this.
float n = 2.99944323200023f
What does the f at the end of the literal do? What is i
f
You need to put the 'f' at the end, otherwise Java will assume its a double.