Hi all?I am an electrical engineer who has recently learnt Swift for a new project.I know Swift is an OO language but I can't resist making comparisons to other languages I have used previously in science and academia.The applications I am writing relies heavily on mathematics and I really wish Swift had more built in support for basic mathematical constructs.I was very disappointed to see Apple reserving the ^ keyword for a bitwise operation (XOR) rather than a power function as is pretty standard elsewhere.If I could have one built in function added to Swift it would be the Power function using preferably the ^ keyword.After that, why not throw in the basic trigonometric functins too? Would that be too much to ask? I don't condone bloating Swift by adding every single mathematical function in existance, just a few of these basics to make the easy stuff a whole lot quicker and more portable.Yes I know you can use overload operators and subscripts, but this just adds more custom code which kills any portabili