Converts a fixed decimal floating point number to its 32-bit and 64-bit hexadecimal representation according to the IEEE 754 standard. Input may not be longer than 255 characters.
List: Determines how many of a list of values are less or greater than/equal to some critical value.
Fib: Computes Fibonacci number of the given input.
Sqrt: Computes approximate square root.
Binary: Prints binary equivalent of an integer number.