{ if !is_real(argument0) { return 0; } else { return (argument0 * argument0); } }