Difference between EEPROM.put() and EEPROM.write() ?

hello everyone,
i was learning about the EEPROM library and how to store data to the EEPROM, so i came across a function, which i need to know the difference between this function which is put() and the write() ?

as i was reading and searching i understood (but not sure) that put() is the same as update() but it can store the "float" type of data instead of only "byte" ?

Put and write. The reference page.

aarg:
Put and write. The reference page.

oops my mistake ! i did not notice the description up top ! i was reading below and the comments and other references :relaxed:

thanks a lot :slight_smile: