View Code
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
Chapter 9
Chapter 10
Download Code
JuliaLang Home
Buy
Chapter 1
Inspect the generated code for the power function.
For integers:
@code_native
3
^
2
And for floats
@code_native
3.5
^
2