"Library" Math Operations
"Library" Math Operations
Like Square Roots - Absolute Value - Exponents - Trig Functions
Like Square Roots - Absolute Value - Exponents - Trig Functions
Most programming languages have built in math operations to add, subtract, multiply and divide. For more sophisticated math operations, our programming languages require that we call up special math libraries or collections. These would include math operations like square root, exponents, trig functions and more. You also use parentheses and order of operations just as you would in algebra solutions.