Fortune Telling Collection - Fortune-telling birth date - When linux shell calculates power exponent, both base and exponent are floating-point numbers. How to write the order?

When linux shell calculates power exponent, both base and exponent are floating-point numbers. How to write the order?

Shell does not support power operation, but you can do it with awk. You can write awk "{printf1.12.2}". This command will output the power of 1. 1, which is awk“{ printf $ a $ b} "if a variable is needed. I hope I can help you.