implies(p::Bool, q::Bool) = p <= q
torstai 6. lokakuuta 2016 19.10.51 UTC+3 Kevin Liu kirjoitti: > > How is an implication represented in Julia? > > > https://en.wikipedia.org/wiki/Material_conditional#Definitions_of_the_material_conditional >
implies(p::Bool, q::Bool) = p <= q
torstai 6. lokakuuta 2016 19.10.51 UTC+3 Kevin Liu kirjoitti: > > How is an implication represented in Julia? > > > https://en.wikipedia.org/wiki/Material_conditional#Definitions_of_the_material_conditional >