Calculate the age of a dog.... - Forum

Forum Navigation
You need to log in to create posts and topics.

Calculate the age of a dog....

Hello everyone,

I found a formula to calculate the equivalent human age of a dog

While it makes sense, this is not rigorously scientific.

the formula is:

16 * ln([age])+31

where [age] is the age of the dog and ln() is the natural logarithm (base e) of the dog's age

The ln() function can be found in the HPW math plugin, or in my NeoConvert plugin.

For those who have no interest in developing the entire program, I leave the program done.

Greetings

Uploaded files:
  • You need to login to have access to uploads.
Vadim has reacted to this post.
Vadim

Another way is to make the function in Vbscript from VisualneoWin itself and you would have it...

Uploaded files:
  • You need to login to have access to uploads.
Vadim and DaviddeArgentina have reacted to this post.
VadimDaviddeArgentina

An easy formula...

- Each year of a dog is equivalent to 12 years of a human being, but only the first two years.
- From that moment each year of a dog represents 4 years of a human being.

Example:

My dog is 12 years old.
2 years is 24
10 years is 40
12 years in Total are 64 human years

Greetings.

It is not necessary to forget that large dogs live less. Perhaps in the formula you need to enter a coefficient that takes into account the mass.

Regards

as3856

luishp, DaviddeArgentina and CN_Iceman have reacted to this post.
luishpDaviddeArgentinaCN_Iceman