zero-to-the-zero-power

command
v0.0.0-...-c70be9e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2023 License: MIT Imports: 4 Imported by: 0

README

Description

Some computer programming languages are not exactly consistent (with other computer programming languages) when raising zero to the zeroth power: 0^0

Task

Show the results of raising zero to the zeroth power.

If your computer language objects to 0**0 or 0^0 at compile time, you may also try something like

	x = 0
	y = 0
	z = x**y
	say 'z=' z

Show the result here.

And of course use any symbols or notation that is supported in your computer programming language for exponentiation.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL