| version 1.1 | version 1.2 | |||
|---|---|---|---|---|
|
| |||
| ushort long_sqrt (long a); | ushort long_sqrt (long a); | |||
| //computes the square root of a quad, returning a long | //computes the square root of a quad, returning a long | |||
| ulong quad_sqrt (long low, long high); | ulong quad_sqrt (ulong low, long high); | |||
| //ulong quad_sqrt (long low, long high); | ||||
| //computes the square root of a fix, returning a fix | //computes the square root of a fix, returning a fix | |||
| fix fix_sqrt (fix a); | fix fix_sqrt (fix a); |
| Legend: | |
| line(s) removed in v.1.1 | |
| line(s) changed | |
| line(s) added in v.1.2 | |