Square root

Die sqrt-Anweisungen, abgekürzt für square root (Quadratwurzel), werden verwendet, um die Quadratwurzel einer Zahl zu berechnen.

Probieren Sie es aus

Syntax

wasm
;; load a number onto the stack
f32.const 289

;; get the square root of 289
f32.sqrt

;; the top item on the stack will now be 17
Anweisung Binärer Opcode
f32.sqrt 0x91
f64.sqrt 0x9f