Hey Guys, Ive been searching for about an hour now and cant seem to come across a square root method within jq. Does it exist?
Ive tried sqrt() but to no prevail.
Im trying to do a simple bmi calculation. Something like:
- var mybmi = (bmi_weight * 703) / ((bmi_height_feet * 12) + bmi_height_inches).sqrt(2);
Thanks!