Sorry for my Huge ignorance, but one of the database fields is "number" and it says (quote)
Number
Stores a floating number. Examples:
- -1000
- 0
- 0.123
What does this mean? I don't understand and have never used this field
Fixed-point_arithmetic at Wikipedia
Fixed point used in banking for example because floating point would be cumbersome/impractical.
I think floating point is where you need to be as precise as possible (decimal to the nth term).
When Mary first asked, I edited the page (http://docs.moodle.org/22/en/Database_fields#Number) to be human-readable (as opposed to computer scientist, or mathematician-readable). Hopefully what is there is clear now.