Does Swift has built-in logarithm function?

Viewed 23925

I want to calculate log(2)8 in Swift without import modules. I can't find any function in the Document.

1 Answers
Related