zig_sqrt

Square root function for size_t from Zig standard library

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

Meta