Up to how many values are factorial calculated over a single pinand I need to show the result on the LCD arduino ??
Your question doesn't make a great deal of sense.
A digital pin read will have one of two values.
An analogue pin read will return up to 1024 values.
TheMemberFormerlyKnownAsAWOL:
Your question doesn't make a great deal of sense.
A digital pin read will have one of two values.
An analogue pin read will return up to 1024 values.
thank you ,so how can i write the code for this
See basic the examples built into the Arduino IDE.
The factorials the OP is talking about are partly explained in this duplicate thread:
https://forum.arduino.cc/index.php?topic=676382.0
Both threads are equally incoherent.
8! can be represented in an unsigned sixteen bit variable.
12! Is the largest factorial that can be represented in an unsigned thirty-two bit variable.
Up to how many values are factorial calculated over a single pin
2, exactly.
Maybe I'm missing something, but I don't see any factorials in the linked post. None of this makes any sense...
Power_Broker:
Maybe I'm missing something, but I don't see any factorials in the linked post. None of this makes any sense...