Skip to main content
Commonmark migration
Source Link

#Maxima, 10 bytes

Maxima, 10 bytes

next_prime 

A function returns the smallest prime bigger than its argument.

#Maxima, 10 bytes

next_prime 

A function returns the smallest prime bigger than its argument.

Maxima, 10 bytes

next_prime 

A function returns the smallest prime bigger than its argument.

Source Link
rahnema1
  • 5.7k
  • 1
  • 16
  • 22

#Maxima, 10 bytes

next_prime 

A function returns the smallest prime bigger than its argument.