warp.frac# warp.frac(x: Float) → Float# Kernel: truePython: trueDifferentiable: falseRetrieve the fractional part of x. In other words, it discards the integer part of x and is equivalent to x - trunc(x).