36. Integer Part

Medium

Extract the integer part of an array of positive floats Z (i.e. round each value down toward zero), returning a float array.

Sign in to write and run your own code.

Implement solve(...)