rs-basic/members/revsqrt/tests/features/book/revsqrt.feature
Christoph J. Scherr d8d6bb9a67
Some checks failed
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
cuoolcumber
2024-01-12 14:45:00 +01:00

6 lines
371 B
Gherkin

Feature: inverted square root feature
Scenario: If we calculate the inverted square root of a number using fast inverted square root, it's about the same as if we calculate it normally
Given a number
When We calculate the the inverted square root of a number using fast inverted square root
Then The result is about the same as if we calculate it normally