remainder(p1)
Instance Public methods
Returns the remainder from dividing by the value.
x.remainder(y) means x-y*(x/y).truncate
Returns the remainder from dividing by the value.
x.remainder(y) means x-y*(x/y).truncate
Designed by : w10schools
service@w10schools.com
Please login to continue.