zig_sqrtf

Square root function for floating point from Zig standard library

version(WebAssembly)
extern (C) @safe @nogc nothrow @trusted
double
zig_sqrtf
(
double value
)

Meta