AMX Mod X API Documentation

Signature
stock Float:xs_sqrt(Float:x){ return floatsqroot(x);}
Description

Calculates the square root of the input value.

Notes
  • This is an alias for floatsqroot().
Parameters
  • x The input value.
Returns

The square root of the input value.

Назад
Верх