Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
set_of_divisors_function [2014/03/21 11:11]
127.0.0.1 external edit
set_of_divisors_function [2015/04/25 18:18]
nikolaj
Line 9: Line 9:
 A related Boolean function is A related Boolean function is
 <code haskell> <code haskell>
-divides :: Integer ​-> Integer ​-> Bool+divides :: Integral a => a -> -> Bool
 divides d n = rem n d == 0 divides d n = rem n d == 0
 </​code>​ </​code>​
Link to graph
Log In
Improvements of the human condition